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

Unified Diff: tests/compiler/dart2js_extra/lookup_map/dead_entry_single_nested_pairs_test.dart

Issue 2345083003: dart2js: run dartfmt on tests (Closed)
Patch Set: revert another multipart test Created 4 years, 3 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/compiler/dart2js_extra/lookup_map/dead_entry_single_nested_pairs_test.dart
diff --git a/tests/compiler/dart2js_extra/lookup_map/dead_entry_single_nested_pairs_test.dart b/tests/compiler/dart2js_extra/lookup_map/dead_entry_single_nested_pairs_test.dart
index 79446f22c89b1edcda29aca97686e1a16d0b3356..1b9d21eec81717f2ad14cbfa5a1327427e95ce92 100644
--- a/tests/compiler/dart2js_extra/lookup_map/dead_entry_single_nested_pairs_test.dart
+++ b/tests/compiler/dart2js_extra/lookup_map/dead_entry_single_nested_pairs_test.dart
@@ -4,11 +4,14 @@
import 'package:lookup_map/lookup_map.dart';
import 'package:expect/expect.dart';
-class A{}
-class B{}
+
+class A {}
+
+class B {}
+
const map = const LookupMap(const [], const [
- const LookupMap.pair(A, "the-text-for-A"),
- const LookupMap.pair(B, "the-text-for-B"),
+ const LookupMap.pair(A, "the-text-for-A"),
+ const LookupMap.pair(B, "the-text-for-B"),
]);
main() {
« no previous file with comments | « tests/compiler/dart2js_extra/logical_or_test.dart ('k') | tests/compiler/dart2js_extra/lookup_map/dead_entry_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698