diff options
-rw-r--r-- | clang/test/CodeGenCXX/vtable-debug-info.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/vtable-debug-info.cpp b/clang/test/CodeGenCXX/vtable-debug-info.cpp index e2c3c826c36..51eb0e37152 100644 --- a/clang/test/CodeGenCXX/vtable-debug-info.cpp +++ b/clang/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) |