diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-10 10:35:10 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-10 10:35:10 -0800 |
commit | 5ef5f0458be89b38b62be06d44c847b9dfd7736f (patch) | |
tree | 996f2d32c5f8d791ca5909868522d9a77c2b729f /tests | |
parent | 7eb8e3f5aa4c8be270b20a3a7e5662bbae7ac601 (diff) |
reminder
Diffstat (limited to 'tests')
-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 |