Removed extra line that I left in when committing 199694. Thanks to Jared Grubb for the catch.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@200108 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
708dd84a4e
commit
28754d0378
@ -44,7 +44,6 @@ int main()
|
||||
test<unsigned long long, false>();
|
||||
test<float, true>();
|
||||
test<double, true>();
|
||||
test<long double, true>();
|
||||
#if (defined(__ppc__) || defined(__ppc64__))
|
||||
test<long double, false>();
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user