diff options
Diffstat (limited to 'test/std/language.support/support.exception/except.nested')
| -rw-r--r-- | test/std/language.support/support.exception/except.nested/throw_with_nested.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/std/language.support/support.exception/except.nested/throw_with_nested.pass.cpp b/test/std/language.support/support.exception/except.nested/throw_with_nested.pass.cpp index 26be4db38fba..6a9f25cd0855 100644 --- a/test/std/language.support/support.exception/except.nested/throw_with_nested.pass.cpp +++ b/test/std/language.support/support.exception/except.nested/throw_with_nested.pass.cpp @@ -113,7 +113,7 @@ int main() std::throw_with_nested("String literal"); assert(false); } - catch (const char * s) + catch (const char *) { } } |
