summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std
diff options
context:
space:
mode:
authorStephan T. Lavavej <stl@exchange.microsoft.com>2017-12-07 00:50:23 +0000
committerStephan T. Lavavej <stl@exchange.microsoft.com>2017-12-07 00:50:23 +0000
commit4626c9a647f6bdabf236fe3aa70b314cd7fdbbd5 (patch)
treed1cd0251b071060852f9cb1c1fe7a3b0512acbd5 /libcxx/test/std
parentd6037ebeeb3f6d4fddf7563682eb8d44969cc760 (diff)
downloadbcm5719-llvm-4626c9a647f6bdabf236fe3aa70b314cd7fdbbd5.tar.gz
bcm5719-llvm-4626c9a647f6bdabf236fe3aa70b314cd7fdbbd5.zip
[libcxx] [test] Strip trailing whitespace. NFC.
llvm-svn: 319994
Diffstat (limited to 'libcxx/test/std')
-rw-r--r--libcxx/test/std/experimental/filesystem/class.path/path.member/path.decompose/path.decompose.pass.cpp2
-rw-r--r--libcxx/test/std/strings/basic.string/string.ends_with/ends_with.ptr.pass.cpp2
-rw-r--r--libcxx/test/std/strings/basic.string/string.ends_with/ends_with.string_view.pass.cpp2
-rw-r--r--libcxx/test/std/strings/basic.string/string.starts_with/starts_with.string_view.pass.cpp2
-rw-r--r--libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/remove_cvref.pass.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/libcxx/test/std/experimental/filesystem/class.path/path.member/path.decompose/path.decompose.pass.cpp b/libcxx/test/std/experimental/filesystem/class.path/path.member/path.decompose/path.decompose.pass.cpp
index 823865ba76f..267d4932c31 100644
--- a/libcxx/test/std/experimental/filesystem/class.path/path.member/path.decompose/path.decompose.pass.cpp
+++ b/libcxx/test/std/experimental/filesystem/class.path/path.member/path.decompose/path.decompose.pass.cpp
@@ -178,7 +178,7 @@ void decompFilenameTest()
path p(TC.raw);
assert(p == TC.raw);
ASSERT_NOEXCEPT(p.empty());
-
+
assert(p.filename() == TC.filename);
assert(p.has_filename() != TC.filename.empty());
diff --git a/libcxx/test/std/strings/basic.string/string.ends_with/ends_with.ptr.pass.cpp b/libcxx/test/std/strings/basic.string/string.ends_with/ends_with.ptr.pass.cpp
index fc28bcd30c4..b1f5fcd50cf 100644
--- a/libcxx/test/std/strings/basic.string/string.ends_with/ends_with.ptr.pass.cpp
+++ b/libcxx/test/std/strings/basic.string/string.ends_with/ends_with.ptr.pass.cpp
@@ -30,7 +30,7 @@ int main()
// S s4 { s + 1, 4 };
// S s5 { s, 5 };
S sNot { "def", 3 };
-
+
LIBCPP_ASSERT_NOEXCEPT(s0.ends_with(""));
assert ( s0.ends_with(""));
diff --git a/libcxx/test/std/strings/basic.string/string.ends_with/ends_with.string_view.pass.cpp b/libcxx/test/std/strings/basic.string/string.ends_with/ends_with.string_view.pass.cpp
index 0708dffb48e..4bbd4bc864b 100644
--- a/libcxx/test/std/strings/basic.string/string.ends_with/ends_with.string_view.pass.cpp
+++ b/libcxx/test/std/strings/basic.string/string.ends_with/ends_with.string_view.pass.cpp
@@ -31,7 +31,7 @@ int main()
// S s4 { s + 1, 4 };
// S s5 { s, 5 };
S sNot { "def", 3 };
-
+
SV sv0;
SV sv1 { s + 4, 1 };
SV sv2 { s + 3, 2 };
diff --git a/libcxx/test/std/strings/basic.string/string.starts_with/starts_with.string_view.pass.cpp b/libcxx/test/std/strings/basic.string/string.starts_with/starts_with.string_view.pass.cpp
index 2dccd73dff7..d542d3d79e1 100644
--- a/libcxx/test/std/strings/basic.string/string.starts_with/starts_with.string_view.pass.cpp
+++ b/libcxx/test/std/strings/basic.string/string.starts_with/starts_with.string_view.pass.cpp
@@ -31,7 +31,7 @@ int main()
// S s4 { s, 4 };
// S s5 { s, 5 };
S sNot { "def", 3 };
-
+
SV sv0;
SV sv1 { s, 1 };
SV sv2 { s, 2 };
diff --git a/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/remove_cvref.pass.cpp b/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/remove_cvref.pass.cpp
index ebddeca607c..e06229f7e97 100644
--- a/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/remove_cvref.pass.cpp
+++ b/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/remove_cvref.pass.cpp
@@ -32,7 +32,7 @@ int main()
test_remove_cvref<const volatile int, int>();
test_remove_cvref<volatile int, int>();
-// Doesn't decay
+// Doesn't decay
test_remove_cvref<int[3], int[3]>();
test_remove_cvref<int const [3], int[3]>();
test_remove_cvref<int volatile [3], int[3]>();
OpenPOWER on IntegriCloud