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

Unified Diff: tests/isolate/scenarios/bad_resolve_package/bad_resolve_package_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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/isolate/scenarios/bad_resolve_package/bad_resolve_package_test.dart
diff --git a/tests/isolate/scenarios/bad_resolve_package/bad_resolve_package_test.dart b/tests/isolate/scenarios/bad_resolve_package/bad_resolve_package_test.dart
index c8017e1e7f743a988e0b4ab4c9d0bae8b63d31dd..d0be07e6fefd8c475fa5ab1ada09ac9278578864 100644
--- a/tests/isolate/scenarios/bad_resolve_package/bad_resolve_package_test.dart
+++ b/tests/isolate/scenarios/bad_resolve_package/bad_resolve_package_test.dart
@@ -23,7 +23,7 @@ main([args, port]) async {
// Expecting a null resolution for inexistent package mapping.
if (msg[0] != null) {
throw "Bad package config in child isolate: ${msg[0]}\n"
- "Expected: 'Foo'";
+ "Expected: 'Foo'";
}
print("SUCCESS");
};

Powered by Google App Engine
This is Rietveld 408576698