diff options
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index f3a675b8..5af0a82a 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -4868,7 +4868,7 @@ TT = %s class other(RunnerCore): def test_reminder(self): - raise Exception('update Getting Started to use defaults instead of clang_0_0.') + raise Exception('update Getting Started to use defaults instead of clang_0_0.\nAdd more i64 bitshift tests.') def test_emcc(self): pass |