aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-07-29 14:01:35 +0000
committerbloodstalker <thabogre@gmail.com>2017-07-29 14:01:35 +0000
commitc966e6123515bc798b30caf2725c8aa11a18fe85 (patch)
treed6136451390d78a9b8ca99cd35b757367f1d8ac0 /test
parentupdated (diff)
downloadmutator-c966e6123515bc798b30caf2725c8aa11a18fe85.tar.gz
mutator-c966e6123515bc798b30caf2725c8aa11a18fe85.zip
changed back
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 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";