summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support/support.exception
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/std/language.support/support.exception')
-rw-r--r--libcxx/test/std/language.support/support.exception/uncaught/uncaught_exceptions.pass.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/std/language.support/support.exception/uncaught/uncaught_exceptions.pass.cpp b/libcxx/test/std/language.support/support.exception/uncaught/uncaught_exceptions.pass.cpp
index 0a63a47429a..d030d12d263 100644
--- a/libcxx/test/std/language.support/support.exception/uncaught/uncaught_exceptions.pass.cpp
+++ b/libcxx/test/std/language.support/support.exception/uncaught/uncaught_exceptions.pass.cpp
@@ -47,7 +47,7 @@ int main () {
{
Outer o(0);
}
-
+
assert(std::uncaught_exceptions() == 0);
{
try {
@@ -56,7 +56,7 @@ int main () {
}
catch (int) {
assert(std::uncaught_exceptions() == 0);
- }
+ }
}
assert(std::uncaught_exceptions() == 0);
}
OpenPOWER on IntegriCloud