summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++/2006-09-27-Debug-Protection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/FrontendC++/2006-09-27-Debug-Protection.cpp')
-rw-r--r--llvm/test/FrontendC++/2006-09-27-Debug-Protection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/FrontendC++/2006-09-27-Debug-Protection.cpp b/llvm/test/FrontendC++/2006-09-27-Debug-Protection.cpp
index cb09bd0a974..2a70a0f5b45 100644
--- a/llvm/test/FrontendC++/2006-09-27-Debug-Protection.cpp
+++ b/llvm/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