Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 7c8b02c

Browse files
authored
Revert constexpr test changes (#399)
1 parent a34ae73 commit 7c8b02c

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

.upstream-tests/test/std/numerics/complex.number/complex.members/real_imag.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ int main(int, char**)
6363
test<double>();
6464
// CUDA treats long double as double
6565
// test<long double>();
66-
test_constexpr<int> ();
66+
// test_constexpr<int>();
6767

6868
return 0;
6969
}

.upstream-tests/test/std/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ int main(int, char**)
5959
test<double>();
6060
// CUDA treats long double as double
6161
// test<long double>();
62-
test_constexpr<int> ();
62+
// test_constexpr<int>();
6363

6464
return 0;
6565
}

.upstream-tests/test/std/numerics/complex.number/complex.ops/complex_equals_scalar.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ int main(int, char**)
8080
test<double>();
8181
// CUDA treats long double as double
8282
// test<long double>();
83-
test_constexpr<int> ();
83+
// test_constexpr<int>();
8484

8585
return 0;
8686
}

.upstream-tests/test/std/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ int main(int, char**)
6161
test<double>();
6262
// CUDA treats long double as double
6363
// test<long double>();
64-
65-
test_constexpr<int> ();
64+
// test_constexpr<int>();
6665

6766
return 0;
6867
}

.upstream-tests/test/std/numerics/complex.number/complex.ops/complex_not_equals_scalar.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ int main(int, char**)
8080
test<double>();
8181
// CUDA treats long double as double
8282
// test<long double>();
83-
test_constexpr<int> ();
83+
// test_constexpr<int>();
8484

8585
return 0;
8686
}

.upstream-tests/test/std/numerics/complex.number/complex.ops/scalar_not_equals_complex.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ int main(int, char**)
8080
test<double>();
8181
// CUDA treats long double as double
8282
// test<long double>();
83-
test_constexpr<int>();
83+
// test_constexpr<int>();
8484

8585
return 0;
8686
}

0 commit comments

Comments
 (0)