From c966e6123515bc798b30caf2725c8aa11a18fe85 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 29 Jul 2017 18:31:35 +0430 Subject: changed back --- test/bruisertest/test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/bruisertest/test.cpp') diff --git a/test/bruisertest/test.cpp b/test/bruisertest/test.cpp index 2e39dd9..680ce56 100644 --- a/test/bruisertest/test.cpp +++ b/test/bruisertest/test.cpp @@ -1,5 +1,5 @@ -#if 0 +#if 1 #include #include #endif @@ -22,7 +22,7 @@ namespace devi int main(int argc, const char **argv) { -#if 0 +#if 1 std::ofstream myfile; myfile.open("./touch"); myfile << "line one.\n"; -- cgit v1.2.3