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

Unified Diff: tests/compiler/dart2js/constant_folding_codeUnitAt_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/constant_folding_codeUnitAt_test.dart
diff --git a/tests/compiler/dart2js/constant_folding_codeUnitAt_test.dart b/tests/compiler/dart2js/constant_folding_codeUnitAt_test.dart
index 0bb8f6fef7e481d6879fb9252d892cb4edb04116..5e2ff3cde89c3ed38167df3ff8c5eabd083c572b 100644
--- a/tests/compiler/dart2js/constant_folding_codeUnitAt_test.dart
+++ b/tests/compiler/dart2js/constant_folding_codeUnitAt_test.dart
@@ -35,10 +35,9 @@ foo() {
main() {
asyncTest(() => Future.wait([
- compileAndMatch(TEST_1, 'foo', new RegExp(r'return 72')),
- compileAndDoNotMatch(TEST_1, 'foo', new RegExp(r'Hello')),
-
- compileAndMatch(TEST_2, 'foo', new RegExp(r'Hello')),
- compileAndMatch(TEST_3, 'foo', new RegExp(r'Hello')),
- ]));
+ compileAndMatch(TEST_1, 'foo', new RegExp(r'return 72')),
+ compileAndDoNotMatch(TEST_1, 'foo', new RegExp(r'Hello')),
+ compileAndMatch(TEST_2, 'foo', new RegExp(r'Hello')),
+ compileAndMatch(TEST_3, 'foo', new RegExp(r'Hello')),
+ ]));
}
« no previous file with comments | « tests/compiler/dart2js/constant_expression_test.dart ('k') | tests/compiler/dart2js/constant_folding_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698