1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-27 00:41:05 +03:00

added progress output for Unicode tests

Travis aborts tests if they do not produce output for 10 minutes. This commit shall fix this.
This commit is contained in:
Niels Lohmann
2017-06-21 18:50:11 +02:00
parent 6f3bebff5c
commit 4b5433578a
2 changed files with 8 additions and 1 deletions

View File

@ -12914,7 +12914,7 @@ scan_number_done:
default:
{
// we expected a value
// the last token was unexpected; we expected a value
expect(lexer::token_type::literal_or_value);
}
}