about summary refs log tree commit diff homepage
path: root/test/CXX/New.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CXX/New.cpp')
-rw-r--r--test/CXX/New.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/New.cpp b/test/CXX/New.cpp
index 148dfed6..f7ecf3be 100644
--- a/test/CXX/New.cpp
+++ b/test/CXX/New.cpp
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx %s --emit-llvm -O0 -c -o %t1.bc
+// RUN: %llvmgxx %s -emit-llvm -O0 -c -o %t1.bc
 // RUN: %klee --no-output --exit-on-error --no-externals %t1.bc
 
 #include <cassert>