2016-05-21 19:44:17 +00:00
|
|
|
import "os" for Process
|
2016-01-22 15:57:26 +00:00
|
|
|
|
|
|
|
|
// No additional arguments are passed to the test.
|
|
|
|
|
System.print(Process.arguments) // expect: []
|
|
|
|
|
|
|
|
|
|
// TODO: Test passing additional args once we have an API to spawn a process.
|