diff options
author | bloodstalker <thabogre@gmail.com> | 2017-07-29 14:01:35 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-07-29 14:01:35 +0000 |
commit | c966e6123515bc798b30caf2725c8aa11a18fe85 (patch) | |
tree | d6136451390d78a9b8ca99cd35b757367f1d8ac0 /test/bruisertest | |
parent | updated (diff) | |
download | mutator-c966e6123515bc798b30caf2725c8aa11a18fe85.tar.gz mutator-c966e6123515bc798b30caf2725c8aa11a18fe85.zip |
changed back
Diffstat (limited to '')
-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"; |