diff options
Diffstat (limited to 'Tests/Spreadsheet/test-spreadsheet.cpp')
-rw-r--r-- | Tests/Spreadsheet/test-spreadsheet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Spreadsheet/test-spreadsheet.cpp b/Tests/Spreadsheet/test-spreadsheet.cpp index f179ffa68a..88d3296a3b 100644 --- a/Tests/Spreadsheet/test-spreadsheet.cpp +++ b/Tests/Spreadsheet/test-spreadsheet.cpp @@ -21,7 +21,7 @@ TESTJS_RUN_FILE_FUNCTION(DeprecatedString const&, JS::Interpreter& interpreter, auto result = Test::JS::parse_script(name, interpreter.realm()); if (result.is_error()) { warnln("Unable to parse {}", name); - warnln("{}", result.error().error.to_string()); + warnln("{}", result.error().error.to_deprecated_string()); warnln("{}", result.error().hint); Test::cleanup_and_exit(); } |