diff options
Diffstat (limited to 'test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p4.cpp')
-rw-r--r-- | test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p4.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p4.cpp b/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p4.cpp index 15efd72c14..07eec1edbe 100644 --- a/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p4.cpp +++ b/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p4.cpp @@ -4,4 +4,4 @@ void f0() { } -inline void f0(); // expected-error {{function definition cannot preceed inline declaration}} +inline void f0(); // expected-error {{function definition cannot precede inline declaration}} |