diff options
-rw-r--r-- | test/CodeGenCXX/throw-expression-dtor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/throw-expression-dtor.cpp b/test/CodeGenCXX/throw-expression-dtor.cpp index a6f8c1cf04..f87657fdcc 100644 --- a/test/CodeGenCXX/throw-expression-dtor.cpp +++ b/test/CodeGenCXX/throw-expression-dtor.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -emit-llvm -o - -fexceptions | FileCheck %s +// RUN: %clang_cc1 %s -emit-llvm-only -verify -fexceptions // PR7281 class A { |