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

Unified Diff: test/testing.dart

Issue 49223002: fix webui for sdk 0.8.7 (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 2 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
« no previous file with comments | « test/run_all.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/testing.dart
diff --git a/test/testing.dart b/test/testing.dart
index c004cbd5648952edab105c6928f7b8a471090b95..7490c866b85dc0c34cfbbc068ad2f3fdcc986603 100644
--- a/test/testing.dart
+++ b/test/testing.dart
@@ -103,7 +103,7 @@ class MockFileSystem extends FileSystem {
return new Future.value(file);
} else {
return new Future.error(
- new FileException('MockFileSystem: $path not found'));
+ new FileSystemException('MockFileSystem: $path not found'));
}
}
« no previous file with comments | « test/run_all.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698