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

Unified Diff: tests/language/least_upper_bound_expansive_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/least_upper_bound_expansive_test.dart
diff --git a/tests/language/least_upper_bound_expansive_test.dart b/tests/language/least_upper_bound_expansive_test.dart
index aaa50b9d336f28dff8cdf135d5ccbeffe84f7408..2094f8828568bc4fd95ece98de3e57ec8eaa434e 100644
--- a/tests/language/least_upper_bound_expansive_test.dart
+++ b/tests/language/least_upper_bound_expansive_test.dart
@@ -98,4 +98,4 @@ void testC2(bool z, C2<int> a, N<C2<String>> b) {
void main() {
testC1(false, null, null);
testC2(false, null, null);
-}
+}

Powered by Google App Engine
This is Rietveld 408576698