mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-07 03:30:06 +01:00
fixed wrong testname
This commit is contained in:
@@ -6,7 +6,7 @@ import unittest
|
||||
sys.path[0:0] = ['.', '..']
|
||||
suite = unittest.TestLoader().loadTestsFromNames(
|
||||
[
|
||||
'test_parser_x86_att'
|
||||
'test_parser_x86att'
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user