summaryrefslogtreecommitdiffstats
path: root/test/PCH/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/types.c')
-rw-r--r--test/PCH/types.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/PCH/types.c b/test/PCH/types.c
index 73a2205..ba00dc6 100644
--- a/test/PCH/types.c
+++ b/test/PCH/types.c
@@ -11,8 +11,7 @@ INT int_value;
__attribute__((address_space(1))) int int_as_one;
// TYPE_EXT_QUAL
-ASInt *as_int_ptr1 = &int_value; // expected-error{{different address spaces}} \
- // FIXME: expected-warning{{discards qualifiers}}
+ASInt *as_int_ptr1 = &int_value; // expected-error{{changes address space of pointer}}
ASInt *as_int_ptr2 = &int_as_one;
// FIXME: TYPE_FIXED_WIDTH_INT
OpenPOWER on IntegriCloud