summaryrefslogtreecommitdiffstats
path: root/test/FrontendC++/2006-09-27-Debug-Protection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC++/2006-09-27-Debug-Protection.cpp')
-rw-r--r--test/FrontendC++/2006-09-27-Debug-Protection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/FrontendC++/2006-09-27-Debug-Protection.cpp b/test/FrontendC++/2006-09-27-Debug-Protection.cpp
index cb09bd0..2a70a0f 100644
--- a/test/FrontendC++/2006-09-27-Debug-Protection.cpp
+++ b/test/FrontendC++/2006-09-27-Debug-Protection.cpp
@@ -1,5 +1,5 @@
-// RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep {i32 1,}
-// RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep {i32 2,}
+// RUN: %llvmgxx -O0 -S -g -o - %s | grep {i32 1,}
+// RUN: %llvmgxx -O0 -S -g -o - %s | grep {i32 2,}
class A {
public:
int x;
OpenPOWER on IntegriCloud