summaryrefslogtreecommitdiff
path: root/test/SemaObjC/id.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/id.m')
-rw-r--r--test/SemaObjC/id.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/id.m b/test/SemaObjC/id.m
index 1781ce71d9c3..70d981c42b17 100644
--- a/test/SemaObjC/id.m
+++ b/test/SemaObjC/id.m
@@ -15,6 +15,6 @@ void foo() {
}
// Test attempt to redefine 'id' in an incompatible fashion.
-typedef int id; // expected-error {{typedef redefinition with different types}}
+typedef int id; // FIXME: Decide how we want to deal with this (now that 'id' is more of a built-in type).
id b;