Chromium Code Reviews| Index: tests/standalone/io/file_error_test.dart |
| diff --git a/tests/standalone/io/file_error_test.dart b/tests/standalone/io/file_error_test.dart |
| index 27753d6d4609e9ea8b54d91c009c0e87949bcb8a..a6aa834b9917a5e10316804ef6a0e9627dc4e34e 100644 |
| --- a/tests/standalone/io/file_error_test.dart |
| +++ b/tests/standalone/io/file_error_test.dart |
| @@ -24,6 +24,7 @@ bool checkNonExistentFileException(e, str) { |
| bool checkOpenNonExistentFileException(e) { |
| + print(e); |
|
Bill Hesse
2013/06/27 16:32:46
Stray print statement.
Anders Johnsen
2013/06/27 16:42:19
Done.
|
| return checkNonExistentFileException(e, "Cannot open file"); |
| } |