diff options
Diffstat (limited to 'test/CXX/temp/temp.decls/temp.class/temp.static/p1-inst.cpp')
-rw-r--r-- | test/CXX/temp/temp.decls/temp.class/temp.static/p1-inst.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/temp/temp.decls/temp.class/temp.static/p1-inst.cpp b/test/CXX/temp/temp.decls/temp.class/temp.static/p1-inst.cpp index aa53ebc580..6f23e78c1c 100644 --- a/test/CXX/temp/temp.decls/temp.class/temp.static/p1-inst.cpp +++ b/test/CXX/temp/temp.decls/temp.class/temp.static/p1-inst.cpp @@ -14,7 +14,7 @@ struct InitOkay { InitOkay(int) { } }; -struct CannotInit { }; // expected-note{{candidate function}} +struct CannotInit { }; // expected-note{{candidate is the implicit copy constructor}} int &returnInt() { return X<int>::value; } float &returnFloat() { return X<float>::value; } |