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

Unified Diff: tests/language/malbounded_type_cast_test.dart

Issue 2774783002: Re-land "Format all multitests" (Closed)
Patch Set: Created 3 years, 9 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 | « tests/language/malbounded_type_cast2_test.dart ('k') | tests/language/malbounded_type_test2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/malbounded_type_cast_test.dart
diff --git a/tests/language/malbounded_type_cast_test.dart b/tests/language/malbounded_type_cast_test.dart
index b3d55214f109084d4b46b6071e3770924b6ba3ed..1a6ebb99c97779be915bd2f9b2234dae6d9a8795 100644
--- a/tests/language/malbounded_type_cast_test.dart
+++ b/tests/language/malbounded_type_cast_test.dart
@@ -18,9 +18,9 @@ main() {
var expectedError;
if (inCheckedMode) {
- expectedError = (e) => e is TypeError;
+ expectedError = (e) => e is TypeError;
} else {
- expectedError = (e) => e is CastError;
+ expectedError = (e) => e is CastError;
}
var m = new Malbounded1();
« no previous file with comments | « tests/language/malbounded_type_cast2_test.dart ('k') | tests/language/malbounded_type_test2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698