summaryrefslogtreecommitdiff
path: root/test/SemaObjC/transparent-union.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/transparent-union.m')
-rw-r--r--test/SemaObjC/transparent-union.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/transparent-union.m b/test/SemaObjC/transparent-union.m
index 6f2dbf915ac0a..bda0a54bb63f9 100644
--- a/test/SemaObjC/transparent-union.m
+++ b/test/SemaObjC/transparent-union.m
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
+// expected-no-diagnostics
typedef union {
struct xx_object_s *_do;