Skip to content

Commit 1454d88

Browse files
committed
Re-enable regular dec32 testing
1 parent 437e613 commit 1454d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_dpd_conversions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ void test()
2626

2727
int main()
2828
{
29-
// test<decimal32>();
29+
test<decimal32>();
3030
test<decimal32_fast>();
3131

3232
return boost::report_errors();

0 commit comments

Comments
 (0)