diff options
Diffstat (limited to 'test/SemaObjC/transparent-union.m')
-rw-r--r-- | test/SemaObjC/transparent-union.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/transparent-union.m b/test/SemaObjC/transparent-union.m index cb03dfec3563d..6f2dbf915ac0a 100644 --- a/test/SemaObjC/transparent-union.m +++ b/test/SemaObjC/transparent-union.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify %s +// RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s typedef union { struct xx_object_s *_do; |