aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGenCXX/vtable-debug-info.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenCXX/vtable-debug-info.cpp b/test/CodeGenCXX/vtable-debug-info.cpp
index e2c3c826c3..51eb0e3715 100644
--- a/test/CodeGenCXX/vtable-debug-info.cpp
+++ b/test/CodeGenCXX/vtable-debug-info.cpp
@@ -1,6 +1,6 @@
-// RUN: %clang -S -fverbpse-asm -g %s -o - | FileCheck %s
+// RUN: %clang -c -g %s -o /dev/null
// Radar 8730409
-// CHECK-NOT:.byte 256
+
class foo {
public:
#define x(a) virtual void v ## a (void)