diff options
Diffstat (limited to 'test/CodeGenObjC/objc2-weak-import-attribute.m')
-rw-r--r-- | test/CodeGenObjC/objc2-weak-import-attribute.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/objc2-weak-import-attribute.m b/test/CodeGenObjC/objc2-weak-import-attribute.m index 201e24b9e5ec..6ee57467b227 100644 --- a/test/CodeGenObjC/objc2-weak-import-attribute.m +++ b/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 |