diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/bruisertest/test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <fstream> #include <iostream> #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"; |