[MLIR] Standalone: Fix copy-and-paste typo (NFC)

Remove duplicate statements.
This commit is contained in:
Lorenzo Chelini
2022-04-07 11:17:21 +02:00
parent 5560b9e884
commit 573e48765d

View File

@@ -42,9 +42,6 @@ llvm_config.use_default_substitutions()
# directories.
config.excludes = ['Inputs', 'Examples', 'CMakeLists.txt', 'README.txt', 'LICENSE.txt']
# test_source_root: The root path where tests are located.
config.test_source_root = os.path.dirname(__file__)
# test_exec_root: The root path where tests should be run.
config.test_exec_root = os.path.join(config.standalone_obj_root, 'test')
config.standalone_tools_dir = os.path.join(config.standalone_obj_root, 'bin')