diff options
author | Stephan T. Lavavej <stl@exchange.microsoft.com> | 2017-12-07 00:50:23 +0000 |
---|---|---|
committer | Stephan T. Lavavej <stl@exchange.microsoft.com> | 2017-12-07 00:50:23 +0000 |
commit | 4626c9a647f6bdabf236fe3aa70b314cd7fdbbd5 (patch) | |
tree | d1cd0251b071060852f9cb1c1fe7a3b0512acbd5 /libcxx/test/std/utilities | |
parent | d6037ebeeb3f6d4fddf7563682eb8d44969cc760 (diff) | |
download | bcm5719-llvm-4626c9a647f6bdabf236fe3aa70b314cd7fdbbd5.tar.gz bcm5719-llvm-4626c9a647f6bdabf236fe3aa70b314cd7fdbbd5.zip |
[libcxx] [test] Strip trailing whitespace. NFC.
llvm-svn: 319994
Diffstat (limited to 'libcxx/test/std/utilities')
-rw-r--r-- | libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/remove_cvref.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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]>(); |