diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-17 21:59:32 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-17 21:59:32 -0800 |
commit | 47bc8ba2c47c67d8824c2b7bf35195a079cbed7c (patch) | |
tree | ab4c333b5bd5426559247a232b74ce3b6ce86ec0 /tests/runner.py | |
parent | 4c42167f82b8f466ec05fe17389b4d5b5742793d (diff) |
remove test_reminder
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/runner.py b/tests/runner.py index c8eaa9c7..e62e7681 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -4889,11 +4889,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('''Fix emmaken.py and emconfiguren.py, they should work but mention they are deprecated - Test emconfigure - configure in test_zlib looks broken''') - def test_emcc(self): def clear(): for name in os.listdir(self.get_dir()): |