summaryrefslogtreecommitdiff
path: root/test/SemaObjC/enum-fixed-type.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/enum-fixed-type.m')
-rw-r--r--test/SemaObjC/enum-fixed-type.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/enum-fixed-type.m b/test/SemaObjC/enum-fixed-type.m
index 95153bedb3..4fe643faef 100644
--- a/test/SemaObjC/enum-fixed-type.m
+++ b/test/SemaObjC/enum-fixed-type.m
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
+// expected-no-diagnostics
#if !__has_feature(objc_fixed_enum)
# error Enumerations with a fixed underlying type are not supported