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

Unified Diff: tests/compiler/dart2js/is_inference_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/is_inference_test.dart
diff --git a/tests/compiler/dart2js/is_inference_test.dart b/tests/compiler/dart2js/is_inference_test.dart
index 6f0a3b89bd7ea47fb1458e1f8a2cf3dcca7887c0..a5d7f8b2bc1612bb8642c316336a8d8e6d39b02a 100644
--- a/tests/compiler/dart2js/is_inference_test.dart
+++ b/tests/compiler/dart2js/is_inference_test.dart
@@ -83,11 +83,11 @@ Future compileAndTest(String code) {
main() {
asyncTest(() => Future.wait([
- compileAndTest(TEST_IF),
- compileAndTest(TEST_IF_ELSE),
- compileAndTest(TEST_IF_RETURN),
- compileAndTest(TEST_IF_NOT_ELSE),
- compileAndTest(TEST_IF_NOT_RETURN),
- compileAndTest(TEST_IF_NOT_ELSE_RETURN),
- ]));
+ compileAndTest(TEST_IF),
+ compileAndTest(TEST_IF_ELSE),
+ compileAndTest(TEST_IF_RETURN),
+ compileAndTest(TEST_IF_NOT_ELSE),
+ compileAndTest(TEST_IF_NOT_RETURN),
+ compileAndTest(TEST_IF_NOT_ELSE_RETURN),
+ ]));
}
« no previous file with comments | « tests/compiler/dart2js/is_inference2_test.dart ('k') | tests/compiler/dart2js/is_test_with_type_parameters_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698