diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-10 17:25:33 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-10 17:25:33 -0800 |
commit | 3a35fd9389a18707abd51dc71e2096c64413d510 (patch) | |
tree | 694eb7771256b2152179d0bf27892c67af8edf3c /tests/runner.py | |
parent | 462d7e6f9d9e92df985a6114d7c6f3b50aff6db0 (diff) |
remove reminder test
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/runner.py b/tests/runner.py index d50777ab..cd697f50 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -4867,9 +4867,6 @@ 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): - raise Exception('update Getting Started to use defaults instead of clang_0_0.\nAdd more i64 bitshift tests.') - def test_emcc(self): pass # TODO: make sure all of these match gcc |