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

Unified Diff: tests/compiler/dart2js/literal_map_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
« no previous file with comments | « tests/compiler/dart2js/literal_list_test.dart ('k') | tests/compiler/dart2js/load_elimination_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/literal_map_test.dart
diff --git a/tests/compiler/dart2js/literal_map_test.dart b/tests/compiler/dart2js/literal_map_test.dart
index b2862ea27b241eeaef95f0be5e68409c09504bf1..e460618ccb07c6a65f9b6d8afc541866689f9ad8 100644
--- a/tests/compiler/dart2js/literal_map_test.dart
+++ b/tests/compiler/dart2js/literal_map_test.dart
@@ -16,12 +16,11 @@ foo() {
main() {
asyncTest(() => compile(TEST, entry: 'foo', check: (String generated) {
- // Make sure we have all the type information we need.
- Expect.isFalse(generated.contains('bailout'));
- Expect.isFalse(generated.contains('interceptor'));
- // Make sure we don't go through an interceptor.
- Expect.isTrue(
- generated.contains(r'a.$indexSet(a') ||
- generated.contains(r'.$indexSet(0'));
- }));
+ // Make sure we have all the type information we need.
+ Expect.isFalse(generated.contains('bailout'));
+ Expect.isFalse(generated.contains('interceptor'));
+ // Make sure we don't go through an interceptor.
+ Expect.isTrue(generated.contains(r'a.$indexSet(a') ||
+ generated.contains(r'.$indexSet(0'));
+ }));
}
« no previous file with comments | « tests/compiler/dart2js/literal_list_test.dart ('k') | tests/compiler/dart2js/load_elimination_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698