Skip to content

Commit

Permalink
permission test
Browse files Browse the repository at this point in the history
  • Loading branch information
VibhorCodecianGupta authored and VibhorCodecianGupta committed Jul 11, 2018
1 parent 32f8196 commit 19345c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/swift/script.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Foundation

let input = readLine()
if let input = input { print("Hello",input) }
if let input = input { print("Hello", input) }
2 changes: 1 addition & 1 deletion tests/swift/test_worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ exit 1
fi

# Delete runbox
rm -rf $RUNBOX
sudo rm -rf $RUNBOX

0 comments on commit 19345c8

Please sign in to comment.