| Index: tests/standalone/io/process_check_arguments_test.dart | 
| diff --git a/tests/standalone/io/process_check_arguments_test.dart b/tests/standalone/io/process_check_arguments_test.dart | 
| index 46b1cb418444ba7f3f43fea60f8edca98a6962fb..22ccde4d2956d90e5d6455c3678179548456def0 100644 | 
| --- a/tests/standalone/io/process_check_arguments_test.dart | 
| +++ b/tests/standalone/io/process_check_arguments_test.dart | 
| @@ -25,14 +25,14 @@ main() { | 
| scriptFile = | 
| new File("../tests/standalone/io/process_check_arguments_script.dart"); | 
| } | 
| -  test([scriptFile.name, '3', '0', 'a']); | 
| -  test([scriptFile.name, '3', '0', 'a b']); | 
| -  test([scriptFile.name, '3', '0', 'a\tb']); | 
| -  test([scriptFile.name, '3', '1', 'a\tb"']); | 
| -  test([scriptFile.name, '3', '1', 'a"\tb']); | 
| -  test([scriptFile.name, '3', '1', 'a"\t\\\\"b"']); | 
| -  test([scriptFile.name, '4', '0', 'a\tb', 'a']); | 
| -  test([scriptFile.name, '4', '0', 'a\tb', 'a\t\t\t\tb']); | 
| -  test([scriptFile.name, '4', '0', 'a\tb', 'a    b']); | 
| +  test([scriptFile.path, '3', '0', 'a']); | 
| +  test([scriptFile.path, '3', '0', 'a b']); | 
| +  test([scriptFile.path, '3', '0', 'a\tb']); | 
| +  test([scriptFile.path, '3', '1', 'a\tb"']); | 
| +  test([scriptFile.path, '3', '1', 'a"\tb']); | 
| +  test([scriptFile.path, '3', '1', 'a"\t\\\\"b"']); | 
| +  test([scriptFile.path, '4', '0', 'a\tb', 'a']); | 
| +  test([scriptFile.path, '4', '0', 'a\tb', 'a\t\t\t\tb']); | 
| +  test([scriptFile.path, '4', '0', 'a\tb', 'a    b']); | 
| } | 
|  | 
|  |