summaryrefslogtreecommitdiff
path: root/test/FrontendC++/2007-05-23-TryFinally.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC++/2007-05-23-TryFinally.cpp')
-rw-r--r--test/FrontendC++/2007-05-23-TryFinally.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC++/2007-05-23-TryFinally.cpp b/test/FrontendC++/2007-05-23-TryFinally.cpp
index 38f0b021ab..c7971820ec 100644
--- a/test/FrontendC++/2007-05-23-TryFinally.cpp
+++ b/test/FrontendC++/2007-05-23-TryFinally.cpp
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx %s -S -emit-llvm -O2 -o - | ignore grep _Unwind_Resume | \
+// RUN: %llvmgxx %s -S -O2 -o - | ignore grep _Unwind_Resume | \
// RUN: wc -l | grep {\[23\]}
struct One { };