diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2013-11-19 04:25:20 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2013-11-19 04:25:20 +0000 |
commit | 2950cbb567d16c2b9359068efd7d1c99c88251ae (patch) | |
tree | 11f1faa567eb4d2537c45d1ac8989b27fb60d6cd /clang/test | |
parent | b8f67f2de8c25ea9ff628939d7f20da918c0df41 (diff) | |
download | bcm5719-llvm-2950cbb567d16c2b9359068efd7d1c99c88251ae.tar.gz bcm5719-llvm-2950cbb567d16c2b9359068efd7d1c99c88251ae.zip |
Giving this test a triple since it uses a calling convention attribute.
llvm-svn: 195099
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/SemaObjC/method-attributes.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/method-attributes.m b/clang/test/SemaObjC/method-attributes.m index 2e794b9de96..339d3db77a1 100644 --- a/clang/test/SemaObjC/method-attributes.m +++ b/clang/test/SemaObjC/method-attributes.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -verify -fsyntax-only -Wno-objc-root-class %s +// RUN: %clang_cc1 -triple i386-unknown-unknown -verify -fsyntax-only -Wno-objc-root-class %s @class NSString; |