diff --git a/tests/all_tests.py b/tests/all_tests.py index 33f5c42..e6d5186 100755 --- a/tests/all_tests.py +++ b/tests/all_tests.py @@ -6,7 +6,7 @@ import unittest sys.path[0:0] = ['.', '..'] suite = unittest.TestLoader().loadTestsFromNames( [ - 'test_parser_x86_att' + 'test_parser_x86att' ] )