Skip to content

Commit 19345c8

Browse files
VibhorCodecianGuptaVibhorCodecianGupta
VibhorCodecianGupta
authored and
VibhorCodecianGupta
committed
permission test
1 parent 32f8196 commit 19345c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/swift/script.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import Foundation
22

33
let input = readLine()
4-
if let input = input { print("Hello",input) }
4+
if let input = input { print("Hello", input) }

tests/swift/test_worker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ exit 1
3535
fi
3636

3737
# Delete runbox
38-
rm -rf $RUNBOX
38+
sudo rm -rf $RUNBOX

0 commit comments

Comments
 (0)