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

Unified Diff: tests/compiler/dart2js/class_order_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/class_codegen_test.dart ('k') | tests/compiler/dart2js/class_set_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/class_order_test.dart
diff --git a/tests/compiler/dart2js/class_order_test.dart b/tests/compiler/dart2js/class_order_test.dart
index 26850f0509f2f377b87d119d58bcd22a7aac6739..e3629c1a2a5915e5f0d47bcc3a1b851f01edfc0d 100644
--- a/tests/compiler/dart2js/class_order_test.dart
+++ b/tests/compiler/dart2js/class_order_test.dart
@@ -37,10 +37,10 @@ main() {
RegExp regexp = new RegExp(r"foo\$0?:(.|\n)*bar\$0:(.|\n)*gee\$0:");
asyncTest(() => compileAll(TEST_ONE).then((generated) {
- Expect.isTrue(regexp.hasMatch(generated));
- }));
+ Expect.isTrue(regexp.hasMatch(generated));
+ }));
asyncTest(() => compileAll(TEST_TWO).then((generated) {
- Expect.isTrue(regexp.hasMatch(generated));
- }));
+ Expect.isTrue(regexp.hasMatch(generated));
+ }));
}
« no previous file with comments | « tests/compiler/dart2js/class_codegen_test.dart ('k') | tests/compiler/dart2js/class_set_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698