about summary refs log tree commit diff homepage
path: root/test/CXX/Trivial.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CXX/Trivial.cpp')
-rw-r--r--test/CXX/Trivial.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/Trivial.cpp b/test/CXX/Trivial.cpp
index b50e82b2..6c05459d 100644
--- a/test/CXX/Trivial.cpp
+++ b/test/CXX/Trivial.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 %t1.bc
 
 #include <cassert>