summaryrefslogtreecommitdiffstats
path: root/test/std/depr
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-06-01 21:35:39 +0000
committerEric Fiselier <eric@efcs.ca>2016-06-01 21:35:39 +0000
commit84acb1ec3f7d5e0f37d7176697c2fa876c413407 (patch)
tree9bc8c41aff5ca86c14021b19ed31cd2dc1970862 /test/std/depr
parent68db6cdf1b0a4a4582756d581e977c47f1fa57d0 (diff)
downloadexternal_libcxx-84acb1ec3f7d5e0f37d7176697c2fa876c413407.tar.gz
external_libcxx-84acb1ec3f7d5e0f37d7176697c2fa876c413407.tar.bz2
external_libcxx-84acb1ec3f7d5e0f37d7176697c2fa876c413407.zip
Remove trailing whitespace in test suite. Approved by Marshall Clow.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@271435 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/std/depr')
-rw-r--r--test/std/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/std/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp b/test/std/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp
index 8b0a0b979..02f9a81aa 100644
--- a/test/std/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp
+++ b/test/std/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp
@@ -23,7 +23,7 @@ void f3()
int main()
{
-
+
std::unexpected_handler old = std::get_unexpected();
// verify there is a previous unexpected handler
assert(old);