diff options
Diffstat (limited to 'llvm/test/FrontendC++/2003-08-24-Cleanup.cpp')
-rw-r--r-- | llvm/test/FrontendC++/2003-08-24-Cleanup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC++/2003-08-24-Cleanup.cpp b/llvm/test/FrontendC++/2003-08-24-Cleanup.cpp index ab0d1a0d11c..9f20ad6b714 100644 --- a/llvm/test/FrontendC++/2003-08-24-Cleanup.cpp +++ b/llvm/test/FrontendC++/2003-08-24-Cleanup.cpp @@ -1,4 +1,4 @@ -// RUN: %llvmgxx -xc++ %s -c -o - | llvm-dis | grep unwind +// RUN: %llvmgxx -xc++ %s -S -o - | grep unwind struct S { ~S(); }; |