Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Unified Diff: tests/standalone/io/file_error_test.dart

Issue 18090003: Add FileException.path and clean up file exceptions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");
}

Powered by Google App Engine
This is Rietveld 408576698