summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/typeid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/typeid.cpp')
-rw-r--r--test/SemaCXX/typeid.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/SemaCXX/typeid.cpp b/test/SemaCXX/typeid.cpp
index 0e78ff4..8db7db5 100644
--- a/test/SemaCXX/typeid.cpp
+++ b/test/SemaCXX/typeid.cpp
@@ -5,7 +5,6 @@ void f()
(void)typeid(int); // expected-error {{error: you need to include <typeinfo> before using the 'typeid' operator}}
}
-// FIXME: This should really include <typeinfo>, but we don't have that yet.
namespace std {
class type_info;
}
OpenPOWER on IntegriCloud