diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-02-02 15:31:49 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-02-02 15:31:49 -0800 |
commit | 364948c9a25be1896bdbdf02b9d708bd7972436c (patch) | |
tree | ed2a6c31c33b7913caff6301c8d9bfa95c3b6f63 /tests/runner.py | |
parent | aebbf2a99402eecf7a53786ec355c59b52090beb (diff) |
accept empty bitcode files as valid bitcode files
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 4c936ed2..4a1443e1 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -5703,7 +5703,6 @@ f.close() def test_reminder(self): assert False, 'Optimize makeGet/SetValue to do 16-bit reads/writes when possible, not just 8' assert False, 'Ensure all opts including linktime apply to bindings generator. might need to adjust visibility of bindings C funcs' - assert False, 'Optimize double version of fasta benchmark' elif 'benchmark' in str(sys.argv): # Benchmarks. Run them with argument |benchmark|. To run a specific test, do |