diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2015-01-28 20:26:11 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2015-01-28 20:26:11 +0000 |
commit | c57d98ae86ae0f6ac6fe14048610344220c361c1 (patch) | |
tree | c6dc3fefb88138d0d3f939e305786b0fd8894e8b /libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp | |
parent | 3970a7ec9b630a32c6327e6cb20cbb5febd7389f (diff) | |
download | bcm5719-llvm-c57d98ae86ae0f6ac6fe14048610344220c361c1.tar.gz bcm5719-llvm-c57d98ae86ae0f6ac6fe14048610344220c361c1.zip |
Removed some tabs that snuck into the test suite. No functionality change
llvm-svn: 227363
Diffstat (limited to 'libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp')
-rw-r--r-- | libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp b/libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp index e12c69b4b62..b2c875d0f4b 100644 --- a/libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp +++ b/libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp @@ -155,5 +155,5 @@ int main() #endif // _LIBCPP_HAS_NO_RVALUE_REFERENCES - test2(); + test2(); } |