libstdc++: Fix comment naming upstream PSTL test file
These tests were derived from set.pass.cpp not set.pass.cc, specifically pstl/test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp in the LLVM repo. libstdc++-v3/ChangeLog: * testsuite/25_algorithms/pstl/alg_sorting/set_difference.cc: Fix name of upstream file this was derived from. * testsuite/25_algorithms/pstl/alg_sorting/set_intersection.cc: Likewise. * testsuite/25_algorithms/pstl/alg_sorting/set_symmetric_difference.cc: Likewise. * testsuite/25_algorithms/pstl/alg_sorting/set_union.cc: Likewise. * testsuite/25_algorithms/pstl/alg_sorting/set_util.h: Likewise.
This commit is contained in:
parent
3452652236
commit
2c907d5456
5 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Note: This file was derived from set.pass.cc which is part of the upstream
|
||||
// Note: This file was derived from set.pass.cpp which is part of the upstream
|
||||
// source.
|
||||
|
||||
#include "pstl/pstl_test_config.h"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Note: This file was derived from set.pass.cc which is part of the upstream
|
||||
// Note: This file was derived from set.pass.cpp which is part of the upstream
|
||||
// source.
|
||||
|
||||
#include "pstl/pstl_test_config.h"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Note: This file was derived from set.pass.cc which is part of the upstream
|
||||
// Note: This file was derived from set.pass.cpp which is part of the upstream
|
||||
// source.
|
||||
|
||||
#include "pstl/pstl_test_config.h"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Note: This file was derived from set.pass.cc which is part of the upstream
|
||||
// Note: This file was derived from set.pass.cpp which is part of the upstream
|
||||
// source.
|
||||
|
||||
#include "pstl/pstl_test_config.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Note: This file was derived from set.pass.cc which is part of the upstream
|
||||
// Note: This file was derived from set.pass.cpp which is part of the upstream
|
||||
// source.
|
||||
|
||||
#ifndef __PSTL_TEST_SET_UTIL_H
|
||||
|
|
Loading…
Add table
Reference in a new issue