summaryrefslogtreecommitdiffstats
path: root/pstl/test/std/algorithms/alg.sorting
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-03-28 19:10:32 +0000
committerLouis Dionne <ldionne@apple.com>2019-03-28 19:10:32 +0000
commit0408a7892ea5c7272b4b7fe0612f5c3265e52543 (patch)
tree6284b15fdf851efa2f5fd064c18b0b1b0331d0e4 /pstl/test/std/algorithms/alg.sorting
parent66b5e322fcc337b65c580d733d04ab41572d643d (diff)
downloadbcm5719-llvm-0408a7892ea5c7272b4b7fe0612f5c3265e52543.tar.gz
bcm5719-llvm-0408a7892ea5c7272b4b7fe0612f5c3265e52543.zip
[pstl] Uglify internal names of the library
llvm-svn: 357203
Diffstat (limited to 'pstl/test/std/algorithms/alg.sorting')
-rw-r--r--pstl/test/std/algorithms/alg.sorting/alg.set.operations/includes.pass.cpp2
-rw-r--r--pstl/test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/pstl/test/std/algorithms/alg.sorting/alg.set.operations/includes.pass.cpp b/pstl/test/std/algorithms/alg.sorting/alg.set.operations/includes.pass.cpp
index b18bb5f69f0..fff2284fe03 100644
--- a/pstl/test/std/algorithms/alg.sorting/alg.set.operations/includes.pass.cpp
+++ b/pstl/test/std/algorithms/alg.sorting/alg.set.operations/includes.pass.cpp
@@ -103,7 +103,7 @@ int32_t
main()
{
- test_includes<float64_t, float64_t>(__pstl::internal::pstl_less());
+ test_includes<float64_t, float64_t>(__pstl::__internal::__pstl_less());
test_includes<Num<int64_t>, Num<int32_t>>([](const Num<int64_t>& x, const Num<int32_t>& y) { return x < y; });
std::cout << done() << std::endl;
diff --git a/pstl/test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp b/pstl/test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp
index 33b7542d4fa..6d8c0891ff7 100644
--- a/pstl/test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp
+++ b/pstl/test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp
@@ -156,7 +156,7 @@ int32_t
main()
{
- test_set<float64_t, float64_t>(__pstl::internal::pstl_less());
+ test_set<float64_t, float64_t>(__pstl::__internal::__pstl_less());
test_set<Num<int64_t>, Num<int32_t>>([](const Num<int64_t>& x, const Num<int32_t>& y) { return x < y; });
test_algo_basic_double<int32_t>(run_for_rnd_fw<test_non_const<int32_t>>());
OpenPOWER on IntegriCloud