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:
Marshall Clow 2014-01-26 01:59:59 +00:00
parent 708dd84a4e
commit 28754d0378

View File

@ -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