Skip to content

Commit 98068b2

Browse files
authored
Merge pull request swiftlang#23637 from plotfi/master
2 parents 3ef1efd + ee7130b commit 98068b2

File tree

1 file changed

+1
-1
lines changed
  • test/PlaygroundTransform/Inputs

1 file changed

+1
-1
lines changed

test/PlaygroundTransform/Inputs/not.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
sys.exit(0)
88

99
try:
10-
subprocess.check_call(shlex.split(' '.join(sys.argv[1:])))
10+
subprocess.check_call(shlex.split(sys.argv[1]))
1111
sys.exit(1)
1212
except subprocess.CalledProcessError as e:
1313
sys.exit(0)

0 commit comments

Comments
 (0)