mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
lit: Drop require_and_and support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86447 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -81,14 +81,12 @@ class FileBasedTest(object):
|
||||
localConfig)
|
||||
|
||||
class ShTest(FileBasedTest):
|
||||
def __init__(self, execute_external = False, require_and_and = False):
|
||||
def __init__(self, execute_external = False):
|
||||
self.execute_external = execute_external
|
||||
self.require_and_and = require_and_and
|
||||
|
||||
def execute(self, test, litConfig):
|
||||
return TestRunner.executeShTest(test, litConfig,
|
||||
self.execute_external,
|
||||
self.require_and_and)
|
||||
self.execute_external)
|
||||
|
||||
class TclTest(FileBasedTest):
|
||||
def execute(self, test, litConfig):
|
||||
|
Reference in New Issue
Block a user