summaryrefslogtreecommitdiffstats
path: root/libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp')
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp
index f5ff3fd1dac..ee138c1ecbc 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp
@@ -50,8 +50,8 @@ test()
assert(!(lhs != rhs));
}
- test_constexpr<T> ();
- }
+ test_constexpr<T> ();
+ }
int main()
{
OpenPOWER on IntegriCloud