Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
covrom committed Aug 13, 2017
1 parent b39472a commit 70df800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vm/vm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ func testInterrupt() {
}
}

env.Define("println", fmt.Println)
env.Define("sleep", sleepFunc)
env.DefineS("println", fmt.Println)
env.DefineS("sleep", sleepFunc)

script := `
sleep("2s")
Expand Down

0 comments on commit 70df800

Please sign in to comment.