summaryrefslogtreecommitdiffstats
path: root/libcxx/test/language.support/support.exception/uncaught/uncaught_exception.pass.cpp
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2013-07-08 21:06:38 +0000
committerHoward Hinnant <hhinnant@apple.com>2013-07-08 21:06:38 +0000
commite0fe3d2e9680325f72a91ca18fd48d01b1016a67 (patch)
tree2374a842a0a75502d930428d3d88cd5842f93ebc /libcxx/test/language.support/support.exception/uncaught/uncaught_exception.pass.cpp
parenta7b0e5ddf88ce3072f76f67a825a591b1c6809b6 (diff)
downloadbcm5719-llvm-e0fe3d2e9680325f72a91ca18fd48d01b1016a67.tar.gz
bcm5719-llvm-e0fe3d2e9680325f72a91ca18fd48d01b1016a67.zip
War on tabs.
llvm-svn: 185865
Diffstat (limited to 'libcxx/test/language.support/support.exception/uncaught/uncaught_exception.pass.cpp')
-rw-r--r--libcxx/test/language.support/support.exception/uncaught/uncaught_exception.pass.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libcxx/test/language.support/support.exception/uncaught/uncaught_exception.pass.cpp b/libcxx/test/language.support/support.exception/uncaught/uncaught_exception.pass.cpp
index 4aa01c2c176..22d8d8e982a 100644
--- a/libcxx/test/language.support/support.exception/uncaught/uncaught_exception.pass.cpp
+++ b/libcxx/test/language.support/support.exception/uncaught/uncaught_exception.pass.cpp
@@ -22,11 +22,11 @@ struct A
struct B
{
- B()
- {
- // http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#475
+ B()
+ {
+ // http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#475
assert(!std::uncaught_exception());
- }
+ }
};
int main()
OpenPOWER on IntegriCloud