diff options
Diffstat (limited to 'clang/test/CodeGenObjC/class-getter-dotsyntax.m')
-rw-r--r-- | clang/test/CodeGenObjC/class-getter-dotsyntax.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/class-getter-dotsyntax.m b/clang/test/CodeGenObjC/class-getter-dotsyntax.m index 3c82f78d08b..1e1a7596795 100644 --- a/clang/test/CodeGenObjC/class-getter-dotsyntax.m +++ b/clang/test/CodeGenObjC/class-getter-dotsyntax.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -fnext-runtime -emit-llvm -o %t %s +// RUN: clang-cc -emit-llvm -o %t %s @interface Test { } + (Test *)crash; |