diff options
author | bloodstalker <thabogre@gmail.com> | 2017-10-21 14:03:37 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-10-21 14:03:37 +0000 |
commit | 5223644676934bd8d1aa2987d27a50d8987b3139 (patch) | |
tree | b2bce61a099d68b16641b4a9e349c013908fce84 /test/bruisertest/test.cpp | |
parent | some api-changes handling, along with more text for contribs (diff) | |
download | mutator-5223644676934bd8d1aa2987d27a50d8987b3139.tar.gz mutator-5223644676934bd8d1aa2987d27a50d8987b3139.zip |
minor fixes here and there. also fixed #17
Diffstat (limited to 'test/bruisertest/test.cpp')
-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 680ce56..2e39dd9 100644 --- a/test/bruisertest/test.cpp +++ b/test/bruisertest/test.cpp @@ -1,5 +1,5 @@ -#if 1 +#if 0 #include <fstream> #include <iostream> #endif @@ -22,7 +22,7 @@ namespace devi int main(int argc, const char **argv) { -#if 1 +#if 0 std::ofstream myfile; myfile.open("./touch"); myfile << "line one.\n"; |