Skip to content

Commit 0f93643

Browse files
committed
Remove cruft
1 parent 49a904e commit 0f93643

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/github_issue_1174.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ static std::uniform_int_distribution<std::int32_t> dist(1, 1);
1515

1616
using namespace boost::decimal;
1717

18-
template <typename T>
19-
void test();
20-
2118
// These values are all from clamp.decTest
2219
// The tests for decimal32_t and decimal128_t are derived from the values used here
2320
template <typename T>
@@ -48,8 +45,8 @@ void test()
4845

4946
int main()
5047
{
51-
test<decimal64_t>();
5248
test<decimal32_t>();
49+
test<decimal64_t>();
5350
test<decimal128_t>();
5451

5552
return boost::report_errors();

0 commit comments

Comments
 (0)