aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-07-29 19:51:19 +0000
committerbloodstalker <thabogre@gmail.com>2017-07-29 19:51:19 +0000
commit48ccf6679e7408d5e153f287e76db9dc06040318 (patch)
tree0388927a70be4b6c11449f6ff712e574735e561e
parentmore tests (diff)
downloadmutator-48ccf6679e7408d5e153f287e76db9dc06040318.tar.gz
mutator-48ccf6679e7408d5e153f287e76db9dc06040318.zip
updated
-rw-r--r--test/bruisertest/compile_commands.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bruisertest/compile_commands.json b/test/bruisertest/compile_commands.json
index a70fd13..d7751f6 100644
--- a/test/bruisertest/compile_commands.json
+++ b/test/bruisertest/compile_commands.json
@@ -1,6 +1,6 @@
[
{
- "command": "c++ -c -v -I/usr/lib/gcc/x86_64-redhat-linux/6.3.1/include -o test.o test.cpp",
+ "command": "c++ -c -I/usr/lib/gcc/x86_64-redhat-linux/6.3.1/include -o test.o test.cpp",
"directory": "/home/bloodstalker/devi/hell2/test/bruisertest",
"file": "/home/bloodstalker/devi/hell2/test/bruisertest/test.cpp"
}