summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/objc-literal-debugger-test.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/objc-literal-debugger-test.m')
-rw-r--r--clang/test/CodeGenObjC/objc-literal-debugger-test.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CodeGenObjC/objc-literal-debugger-test.m b/clang/test/CodeGenObjC/objc-literal-debugger-test.m
index f6a6dfa853c..824c186526c 100644
--- a/clang/test/CodeGenObjC/objc-literal-debugger-test.m
+++ b/clang/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
}
OpenPOWER on IntegriCloud