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.

llvm-svn: 121403
This commit is contained in:
Devang Patel 2010-12-09 19:27:37 +00:00
parent 3ebe3defe3
commit d81c110106
1 changed files with 2 additions and 2 deletions

View File

@ -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)