diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-21 19:54:51 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-29 13:01:59 -0700 |
commit | df08074e4c2f8a1d9c581cf03486664d274e393d (patch) | |
tree | ca271b209d2ad92ddc47d6a1647fec5303ea8ac7 | |
parent | 3b0fde942abc569ba4dfaefef127325b3bf9441b (diff) |
enable benchmark.test_fasta_double to test handling of doubles
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index e51f5c6b..b00f10ec 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -12705,7 +12705,7 @@ elif 'benchmark' in str(sys.argv): def test_fasta_float(self): self.fasta('float') - def zzztest_fasta_double(self): + def test_fasta_double(self): self.fasta('double') def test_skinning(self): |