mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
replace error_mode String and Bool with error_string and error_bool
This commit is contained in:
@@ -330,7 +330,7 @@ TEST_CASE("testing error mode") {
|
||||
CHECK(!c.valid());
|
||||
CHECK(c.error_msg().empty());
|
||||
|
||||
c.set_error_mode(ss::error_mode::String);
|
||||
c.set_error_mode(ss::error_mode::error_string);
|
||||
c.convert<int>("junk");
|
||||
CHECK(!c.valid());
|
||||
CHECK(!c.error_msg().empty());
|
||||
|
||||
Reference in New Issue
Block a user