Fix pp-logic.

[SVN r85662]
This commit is contained in:
John Maddock
2013-09-13 16:45:52 +00:00
parent 549eed8c92
commit 635d9aee34

View File

@@ -26,7 +26,7 @@ int main()
#ifdef TEST1
test<cpp_dec_float_50>();
#endif
#ifndef TEST2
#ifdef TEST2
test<number<cpp_dec_float<100, boost::int64_t, std::allocator<void> > > >();
#endif
return boost::report_errors();