summaryrefslogtreecommitdiffstats
path: root/test/CXX/class/class.mem/p1b.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CXX/class/class.mem/p1b.cpp')
-rw-r--r--test/CXX/class/class.mem/p1b.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/class/class.mem/p1b.cpp b/test/CXX/class/class.mem/p1b.cpp
index d3493f6..3e8c985 100644
--- a/test/CXX/class/class.mem/p1b.cpp
+++ b/test/CXX/class/class.mem/p1b.cpp
@@ -16,7 +16,7 @@ public:
void a3(int a = 42);
- // CHEKC: error: use of undeclared identifier 'first'
+ // CHECK: error: use of undeclared identifier 'first'
void a4(int a = first); // expected-error{{use of undeclared identifier 'first'}}
class B {
OpenPOWER on IntegriCloud