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

Unified Diff: tests/compiler/dart2js_extra/lookup_map/live_entry_single_pair_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/live_entry_single_pair_test.dart
diff --git a/tests/compiler/dart2js_extra/lookup_map/live_entry_single_pair_test.dart b/tests/compiler/dart2js_extra/lookup_map/live_entry_single_pair_test.dart
index 2954e233fed96ee20a3c03953e9a6375cc171db8..4b7110aff7710863bcad29103f2c6b2deb2927b3 100644
--- a/tests/compiler/dart2js_extra/lookup_map/live_entry_single_pair_test.dart
+++ b/tests/compiler/dart2js_extra/lookup_map/live_entry_single_pair_test.dart
@@ -4,7 +4,9 @@
import 'package:lookup_map/lookup_map.dart';
import 'package:expect/expect.dart';
-class A{}
+
+class A {}
+
const map = const LookupMap.pair(A, "the-text-for-A");
main() {
Expect.equals(map[A], 'the-text-for-A');

Powered by Google App Engine
This is Rietveld 408576698