forked from OSchip/llvm-project
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:
parent
c6ddf5654c
commit
30f1883eee
|
@ -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