diff options
-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): |