diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-07-03 20:02:51 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-07-03 20:02:51 +0000 | 
| commit | ac6e183036ccda48f7f1d70bda7d63413e55da49 (patch) | |
| tree | 11b91bdd8b84ba11fad2bcfb49e94e9d2176b666 | |
| parent | the matchers are broken. the standard headers are out until i fix that. (diff) | |
| download | mutator-ac6e183036ccda48f7f1d70bda7d63413e55da49.tar.gz mutator-ac6e183036ccda48f7f1d70bda7d63413e55da49.zip | |
updated
| -rw-r--r-- | bruiser/lua-scripts/mutation-example.lua | 5 | 
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() | 
