summaryrefslogtreecommitdiff
path: root/test/FrontendC/2003-08-06-BuiltinSetjmpLongjmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2003-08-06-BuiltinSetjmpLongjmp.c')
-rw-r--r--test/FrontendC/2003-08-06-BuiltinSetjmpLongjmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2003-08-06-BuiltinSetjmpLongjmp.c b/test/FrontendC/2003-08-06-BuiltinSetjmpLongjmp.c
index 39412e5f84ee4..12b4f7b933295 100644
--- a/test/FrontendC/2003-08-06-BuiltinSetjmpLongjmp.c
+++ b/test/FrontendC/2003-08-06-BuiltinSetjmpLongjmp.c
@@ -1,4 +1,4 @@
-/* RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep __builtin_
+/* RUN: %llvmgcc -xc %s -S -o - | not grep __builtin_
*
* __builtin_longjmp/setjmp should get transformed into llvm.setjmp/longjmp
* just like explicit setjmp/longjmp calls are.