From: Devang Patel Date: Thu, 9 Dec 2010 19:27:37 +0000 (+0000) Subject: Update test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d936ecf803f44d74d7ad92599efe2ac4213a442;p=clang Update test. This test intends to catch invalid use of ".byte 256" in output. Now, the assert in MC will be triggered in such cases. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121403 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)