diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-02-10 18:52:06 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-02-11 14:54:57 -0800 |
commit | 1fe0ea2e4484e88825ca9698528b52c3a735cb79 (patch) | |
tree | a3891e6fe0312580ebc47cc13acd41ccb478702b | |
parent | 84310d86b78379d6dcc31bfad1e6eb961a0322a3 (diff) |
reminder
-rwxr-xr-x | tests/runner.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index b27d2837..c6dfa3ca 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -5556,6 +5556,9 @@ TT = %s del T # T is just a shape for the specific subclasses, we don't test it itself class other(RunnerCore): + def test_reminder(self): + assert 0, 'find appearances of i64 in src/, most are now unneeded' + def test_emcc(self): emcc_debug = os.environ.get('EMCC_DEBUG') |