summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++/2004-09-27-DidntEmitTemplate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/FrontendC++/2004-09-27-DidntEmitTemplate.cpp')
-rw-r--r--llvm/test/FrontendC++/2004-09-27-DidntEmitTemplate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC++/2004-09-27-DidntEmitTemplate.cpp b/llvm/test/FrontendC++/2004-09-27-DidntEmitTemplate.cpp
index 706d541bee6..66b970cb6fd 100644
--- a/llvm/test/FrontendC++/2004-09-27-DidntEmitTemplate.cpp
+++ b/llvm/test/FrontendC++/2004-09-27-DidntEmitTemplate.cpp
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -xc++ %s -c -o - | llvm-dis | grep callDefaultCtor | \
+// RUN: %llvmgxx -xc++ %s -S -o - | grep callDefaultCtor | \
// RUN: not grep declare
// This is a testcase for LLVM PR445, which was a problem where the
OpenPOWER on IntegriCloud