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

Unified Diff: tests/isolate/scenarios/short_package/short_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/short_package/short_package_test.dart
diff --git a/tests/isolate/scenarios/short_package/short_package_test.dart b/tests/isolate/scenarios/short_package/short_package_test.dart
index bfbe61ca86f0238ae6b9cd6a5740ae1fa27e202e..8538e1dcdbbe14ccb0fd2aa9217f9fc985efdda5 100644
--- a/tests/isolate/scenarios/short_package/short_package_test.dart
+++ b/tests/isolate/scenarios/short_package/short_package_test.dart
@@ -21,8 +21,8 @@ testShortResolution(package_uri) async {
var fluString = await fluFile.readAsString();
if (fluString != "Bar") {
throw "Contents of $FLU_TEXT not matching.\n"
- "Got: $fluString\n"
- "Expected: Bar";
+ "Got: $fluString\n"
+ "Expected: Bar";
}
}

Powered by Google App Engine
This is Rietveld 408576698