Removed extra line that I left in when committing 199694. Thanks to Jared Grubb for the catch.

llvm-svn: 200108
This commit is contained in:
Marshall Clow 2014-01-26 01:59:59 +00:00
parent c6ddf5654c
commit 30f1883eee
1 changed files with 0 additions and 1 deletions

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