unskip basic stdin test (#293)

This commit is contained in:
JP Smith
2017-06-09 10:47:55 -04:00
committed by GitHub
parent 584206f3f7
commit c7f5600cd1

View File

@@ -37,7 +37,6 @@ class ManticoreTest(unittest.TestCase):
def tmp(state):
pass
@unittest.skip('TODO(mark): (#52) activating this test breaks something z3 related for following tests')
def test_integration_basic_stdin(self):
import os, struct
self.m = Manticore('tests/binaries/basic_linux_amd64')