Skip to content

Commit

Permalink
[FOLD] hone macro
Browse files Browse the repository at this point in the history
  • Loading branch information
undertome committed Dec 14, 2021
1 parent ca30464 commit b8e53c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/net/DatabaseDownloader_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
namespace ripple {
namespace test {

#define REPORT_FAILURE(D) reportFailure(D, __FILE__, __LINE__);
#define REPORT_FAILURE(D) reportFailure(D, __FILE__, __LINE__)

class DatabaseDownloader_test : public beast::unit_test::suite
{
Expand Down Expand Up @@ -301,6 +301,8 @@ class DatabaseDownloader_test : public beast::unit_test::suite
}
};

#undef REPORT_FAILURE

BEAST_DEFINE_TESTSUITE(DatabaseDownloader, net, ripple);
} // namespace test
} // namespace ripple

0 comments on commit b8e53c0

Please sign in to comment.