diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2012-04-20 17:07:07 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2012-04-20 17:07:07 +0000 |
commit | 89592d50466917ee704d0dc0c8a16f1d6f51b689 (patch) | |
tree | fc0d25b87e4559843b8f267eb2be32475a982b98 /test/CodeGenObjC/objc-literal-debugger-test.m | |
parent | dab28942c4ebd04e279535207c366faedea260a6 (diff) |
minor improvement to couple of tests.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155204 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjC/objc-literal-debugger-test.m')
-rw-r--r-- | test/CodeGenObjC/objc-literal-debugger-test.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGenObjC/objc-literal-debugger-test.m b/test/CodeGenObjC/objc-literal-debugger-test.m index f6a6dfa853..824c186526 100644 --- a/test/CodeGenObjC/objc-literal-debugger-test.m +++ b/test/CodeGenObjC/objc-literal-debugger-test.m @@ -24,6 +24,8 @@ int main() { b = @(__objc_yes); b = @(__objc_no); b = @("hello"); +#else +#error "boxed expressions not supported" #endif } |