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

Unified Diff: tests/language/f_bounded_quantification_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/external_test.dart ('k') | tests/language/factory1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/f_bounded_quantification_test.dart
diff --git a/tests/language/f_bounded_quantification_test.dart b/tests/language/f_bounded_quantification_test.dart
index 8f912dbb20d097b58ecbedfc4e507a6b3df9ebf3..c4ff9f064855e99bbcb321fa45d377a027fcd77a 100644
--- a/tests/language/f_bounded_quantification_test.dart
+++ b/tests/language/f_bounded_quantification_test.dart
@@ -16,7 +16,6 @@ class Baz<T> extends FBound<Baz<T>> {}
class SubBaz<T> extends Baz<T> {}
-
isCheckedMode() {
try {
var i = 1;
« no previous file with comments | « tests/language/external_test.dart ('k') | tests/language/factory1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698