clang/test: [PR13820] Suppress LLP64-incompatible tests for ObjC with +Asserts.

llvm-svn: 163709
This commit is contained in:
NAKAMURA Takumi
2012-09-12 14:26:42 +00:00
parent bf05d8dd91
commit cb0a08ac77
3 changed files with 9 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
// RUN: %clang -x objc-cpp-output -c %s -o /dev/null
// PR13820
// REQUIRES: LP64
// Should compile without errors
@protocol P
- (void)m;