Skip to content

Commit

Permalink
ok lets commit that
Browse files Browse the repository at this point in the history
  • Loading branch information
trolldbois committed Oct 29, 2015
1 parent 3531e9e commit 3a12ca6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions test/haystack/reverse/heuristics/test_radare.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from haystack.reverse.heuristics import radare
from test.testfiles import zeus_856_svchost_exe


@unittest.skip
class TestRadare(unittest.TestCase):

Expand Down
2 changes: 0 additions & 2 deletions test/haystack/reverse/test_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ def test_get_context(self):
self.assertEquals(
context.get_context_for_address(self.memory_handler, 0x0063e123).heap,
self.memory_handler.get_mapping_for_address(0x005c0000))
self.putty.reset()
self.putty = None


class TestProcessContext(unittest.TestCase):
Expand Down

0 comments on commit 3a12ca6

Please sign in to comment.