summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun_single_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_single_test.py b/run_single_test.py
index b7c294269..23b175641 100755
--- a/run_single_test.py
+++ b/run_single_test.py
@@ -48,7 +48,7 @@ def main() -> None:
if not is_windows():
scan_test_data_symlinks()
- setup_symlinks()
+ setup_symlinks()
setup_commands(args.backend)
if not args.quick:
detect_system_compiler(args)