File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
include/xrpl/beast/unit_test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 504504suite::fail (std::string const & reason, std::source_location const & loc)
505505{
506506 propagate_abort ();
507- runner_->fail (reason, loc. file_name (), loc. line () );
507+ runner_->fail (reason);
508508 if (abort_)
509509 {
510510 aborted_ = true ;
Original file line number Diff line number Diff line change @@ -4978,7 +4978,7 @@ class Vault_test : public beast::unit_test::suite
49784978 {
49794979 tx[sfAssetsMaximum] = " 18446744073709551617e5" ; // uint64 max + 1
49804980 env (tx, THISLINE);
4981- fail ( " Expected parse_error for mantissa larger than uint64 max" );
4981+ BEAST_EXPECT ( false , " Expected parse_error for mantissa larger than uint64 max" );
49824982 }
49834983 catch (parse_error const & e)
49844984 {
You can’t perform that action at this time.
0 commit comments