aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-07-03 20:02:51 +0000
committerbloodstalker <thabogre@gmail.com>2017-07-03 20:02:51 +0000
commitac6e183036ccda48f7f1d70bda7d63413e55da49 (patch)
tree11b91bdd8b84ba11fad2bcfb49e94e9d2176b666 /bruiser
parentthe matchers are broken. the standard headers are out until i fix that. (diff)
downloadmutator-ac6e183036ccda48f7f1d70bda7d63413e55da49.tar.gz
mutator-ac6e183036ccda48f7f1d70bda7d63413e55da49.zip
updated
Diffstat (limited to '')
-rw-r--r--bruiser/lua-scripts/mutation-example.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/bruiser/lua-scripts/mutation-example.lua b/bruiser/lua-scripts/mutation-example.lua
index 837fb1d..6150533 100644
--- a/bruiser/lua-scripts/mutation-example.lua
+++ b/bruiser/lua-scripts/mutation-example.lua
@@ -1,10 +1,11 @@
setmakepath("../test/bruisertest")
setbinpath("../test/bruisertest")
make("clean")
+--extractmutagen("test.cpp")
text = hijackmain()
-file = io.open("../test/bruisertest/mutatant.cpp", "w")
+file = io.open("../test/bruisertest/mutant.cpp", "w")
print("------------------------------------------------------------------")
print(text)
print("------------------------------------------------------------------")
-file:write(a)
+file:write()
file:close()