aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/wasm-spec-tests/testcfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/wasm-spec-tests/testcfg.py')
-rw-r--r--deps/v8/test/wasm-spec-tests/testcfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/wasm-spec-tests/testcfg.py b/deps/v8/test/wasm-spec-tests/testcfg.py
index 3571b62807..b8d8ed8bd8 100644
--- a/deps/v8/test/wasm-spec-tests/testcfg.py
+++ b/deps/v8/test/wasm-spec-tests/testcfg.py
@@ -26,7 +26,7 @@ class TestSuite(testsuite.TestSuite):
return TestCase
-class TestCase(testcase.TestCase):
+class TestCase(testcase.D8TestCase):
def _get_files_params(self):
return [os.path.join(self.suite.root, self.path + self._get_suffix())]