aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-10-21 14:03:37 +0000
committerbloodstalker <thabogre@gmail.com>2017-10-21 14:03:37 +0000
commit5223644676934bd8d1aa2987d27a50d8987b3139 (patch)
treeb2bce61a099d68b16641b4a9e349c013908fce84 /test
parentsome api-changes handling, along with more text for contribs (diff)
downloadmutator-5223644676934bd8d1aa2987d27a50d8987b3139.tar.gz
mutator-5223644676934bd8d1aa2987d27a50d8987b3139.zip
minor fixes here and there. also fixed #17
Diffstat (limited to 'test')
-rw-r--r--test/bruisertest/test.cpp4
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";