diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:47:56 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:47:56 +0000 |
| commit | 5e20cdd81c44a443562a09007668ffdf76c455af (patch) | |
| tree | dbbd4047878da71c1a706e26ce05b4e7791b14cc /test/SemaCXX/cxx0x-defaulted-functions.cpp | |
| parent | d5f23b0b7528b5c3caed1ba14f897cc4aaa9e3c3 (diff) | |
Notes
Diffstat (limited to 'test/SemaCXX/cxx0x-defaulted-functions.cpp')
| -rw-r--r-- | test/SemaCXX/cxx0x-defaulted-functions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/cxx0x-defaulted-functions.cpp b/test/SemaCXX/cxx0x-defaulted-functions.cpp index bc03bcd2a137..617a25716314 100644 --- a/test/SemaCXX/cxx0x-defaulted-functions.cpp +++ b/test/SemaCXX/cxx0x-defaulted-functions.cpp @@ -173,7 +173,7 @@ namespace PR14577 { extern "C" { template<typename _Tp> // expected-error {{templates must have C++ linkage}} - void PR13573(const _Tp&) = delete; // expected-error {{only functions can have deleted definitions}} + void PR13573(const _Tp&) = delete; } namespace PR15597 { |
