diff options
| author | negasora <negasora@users.noreply.github.com> | 2018-06-07 16:16:56 -0400 |
|---|---|---|
| committer | plafosse <peter@vector35.com> | 2018-06-07 16:16:56 -0400 |
| commit | 89248d9bdcf24e5ba4e49ae9871161648fd2d5a0 (patch) | |
| tree | 87ce9031853472146e066e49903aafdd83d2a60d /suite/unit.py | |
| parent | ef3496d4002190535da0dd546bc1d8926305c90f (diff) | |
binary fix (#1055)
Diffstat (limited to 'suite/unit.py')
| -rw-r--r-- | suite/unit.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/suite/unit.py b/suite/unit.py index e4645283..993daf41 100644 --- a/suite/unit.py +++ b/suite/unit.py @@ -179,12 +179,6 @@ class TestBinaryNinjaAPI(unittest.TestCase): def test_binary___loop_constant_propagate(self): self.run_binary_test('suite/binaries/test_corpus/loop_constant_propagate.zip') - def test_binary___ls(self): - self.run_binary_test('suite/binaries/test_corpus/ls.zip') - - def test_binary___md5(self): - self.run_binary_test('suite/binaries/test_corpus/md5.zip') - def test_binary___partial_register_dataflow(self): self.run_binary_test('suite/binaries/test_corpus/partial_register_dataflow.zip') |
