...without leaving a temporary file behind.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115671 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/goto.cpp b/test/CodeGenCXX/goto.cpp
index 00a2087..2104b89 100644
--- a/test/CodeGenCXX/goto.cpp
+++ b/test/CodeGenCXX/goto.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang-cc1 %s -fexceptions -emit-llvm
+// RUN: %clang-cc1 %s -fexceptions -emit-llvm-only
 
 // Reduced from a crash on boost::interprocess's node_allocator_test.cpp.
 namespace test0 {