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

Unified Diff: tests/corelib_strong/uri_base_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/corelib_strong/uri_base_test.dart
diff --git a/tests/corelib_strong/uri_base_test.dart b/tests/corelib_strong/uri_base_test.dart
index 0954aabeeed9b373a164d69b7673d8e529a7600d..a54a28774a59eb5fd44df9cf74a9361ed4863e8a 100644
--- a/tests/corelib_strong/uri_base_test.dart
+++ b/tests/corelib_strong/uri_base_test.dart
@@ -9,7 +9,6 @@ main() {
Uri base = Uri.base;
Expect.isTrue(Uri.base.scheme == "file" || Uri.base.scheme == "http");
} on UnsupportedError catch (e) {
- Expect.isTrue(
- e.toString().contains("'Uri.base' is not supported"));
+ Expect.isTrue(e.toString().contains("'Uri.base' is not supported"));
}
}

Powered by Google App Engine
This is Rietveld 408576698