Skip to content

Commit 573e487

Browse files
committed
[MLIR] Standalone: Fix copy-and-paste typo (NFC)
Remove duplicate statements.
1 parent 5560b9e commit 573e487

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mlir/examples/standalone/test/lit.cfg.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@
4242
# directories.
4343
config.excludes = ['Inputs', 'Examples', 'CMakeLists.txt', 'README.txt', 'LICENSE.txt']
4444

45-
# test_source_root: The root path where tests are located.
46-
config.test_source_root = os.path.dirname(__file__)
47-
4845
# test_exec_root: The root path where tests should be run.
4946
config.test_exec_root = os.path.join(config.standalone_obj_root, 'test')
5047
config.standalone_tools_dir = os.path.join(config.standalone_obj_root, 'bin')

0 commit comments

Comments
 (0)