diff options
Diffstat (limited to 'test/Driver')
-rw-r--r-- | test/Driver/objc++-cpp-output.mm | 3 | ||||
-rw-r--r-- | test/Driver/objc-cpp-output.m | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/test/Driver/objc++-cpp-output.mm b/test/Driver/objc++-cpp-output.mm index bb8814428a..9c4d55379a 100644 --- a/test/Driver/objc++-cpp-output.mm +++ b/test/Driver/objc++-cpp-output.mm @@ -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; diff --git a/test/Driver/objc-cpp-output.m b/test/Driver/objc-cpp-output.m index 6d974838c1..8c174f7732 100644 --- a/test/Driver/objc-cpp-output.m +++ b/test/Driver/objc-cpp-output.m @@ -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; |