diff options
Diffstat (limited to 'clang/test/CodeGenObjC/objc2-weak-import-attribute.m')
| -rw-r--r-- | clang/test/CodeGenObjC/objc2-weak-import-attribute.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/objc2-weak-import-attribute.m b/clang/test/CodeGenObjC/objc2-weak-import-attribute.m index 201e24b9e5e..6ee57467b22 100644 --- a/clang/test/CodeGenObjC/objc2-weak-import-attribute.m +++ b/clang/test/CodeGenObjC/objc2-weak-import-attribute.m @@ -45,4 +45,4 @@ __attribute__((weak_import)) @interface Root @end @implementation Root @end -// CHECK-NOT-X86-64: OBJC_METACLASS_$_Root" = extern_weak global +// CHECK-X86-64-NOT: OBJC_METACLASS_$_Root" = extern_weak global |

