From 108205de40da668ec80be3317dbc050d47beed72 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 4 Jul 2017 00:32:39 +0430 Subject: the matchers are broken. the standard headers are out until i fix that. --- test/bruisertest/test.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/bruisertest') diff --git a/test/bruisertest/test.cpp b/test/bruisertest/test.cpp index f3e32d1..2e39dd9 100644 --- a/test/bruisertest/test.cpp +++ b/test/bruisertest/test.cpp @@ -1,6 +1,8 @@ +#if 0 #include #include +#endif namespace devi { @@ -20,10 +22,12 @@ namespace devi int main(int argc, const char **argv) { +#if 0 std::ofstream myfile; myfile.open("./touch"); myfile << "line one.\n"; myfile.close(); +#endif return 0; } -- cgit v1.2.3