mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-04 16:26:46 +00:00
Tests decorated with @benchmarks_test do not participate in the remote-macosx test suite run.
But, still, tearDown() should call super.tearDown(), not super.setUp(). :-) llvm-svn: 155170
This commit is contained in:
parent
d155c78d18
commit
6acfb690b5
@ -106,7 +106,7 @@ class BenchBase(TestBase):
|
||||
|
||||
def tearDown(self):
|
||||
"""Fixture for unittest test case teardown."""
|
||||
super(BenchBase, self).setUp()
|
||||
super(BenchBase, self).tearDown()
|
||||
#TestBase.tearDown(self)
|
||||
del self.stopwatch
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user