summaryrefslogtreecommitdiff
path: root/test/CodeGen/exceptions-seh-leave.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/exceptions-seh-leave.c')
-rw-r--r--test/CodeGen/exceptions-seh-leave.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/exceptions-seh-leave.c b/test/CodeGen/exceptions-seh-leave.c
index a0b1956d1423d..087fadbcd7ab3 100644
--- a/test/CodeGen/exceptions-seh-leave.c
+++ b/test/CodeGen/exceptions-seh-leave.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -triple x86_64-pc-win32 -fms-extensions -fnew-ms-eh -emit-llvm -o - | opt -instnamer -S | FileCheck %s
+// RUN: %clang_cc1 %s -triple x86_64-pc-win32 -fms-extensions -emit-llvm -o - | opt -instnamer -S | FileCheck %s
void g(void);