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

Unified Diff: tests/language/external_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/error_stacktrace_test.dart ('k') | tests/language/f_bounded_quantification_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/external_test.dart
diff --git a/tests/language/external_test.dart b/tests/language/external_test.dart
index 01c71423e9350fa82d4bc550141d67801cebf647..4b060b4312d41aa43cda253a8bf01ccded5b58c8 100644
--- a/tests/language/external_test.dart
+++ b/tests/language/external_test.dart
@@ -34,7 +34,6 @@ external int t06(int i) { } // //# 30: compile-time error
external int t07(int i) => i + 1; // //# 31: compile-time error
main() {
-
// Ensure Foo class is compiled.
var foo = new Foo();
« no previous file with comments | « tests/language/error_stacktrace_test.dart ('k') | tests/language/f_bounded_quantification_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698