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

Unified Diff: tests/language_strong/cast_test.dart

Issue 2768073002: 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
Index: tests/language_strong/cast_test.dart
diff --git a/tests/language_strong/cast_test.dart b/tests/language_strong/cast_test.dart
index c420a900c7c56288b12e7bddcd0c8a352c6529ba..abc3707320a4c3d3bba084eae3d47adb6193067b 100644
--- a/tests/language_strong/cast_test.dart
+++ b/tests/language_strong/cast_test.dart
@@ -72,5 +72,3 @@ main() {
(oi as int) + 2;
(oi as List).length; // //# 15: runtime error
}
-
-

Powered by Google App Engine
This is Rietveld 408576698