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

Unified Diff: tests/compiler/dart2js/platform_config_parser_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/patch_test.dart ('k') | tests/compiler/dart2js/platform_consistency_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/platform_config_parser_test.dart
diff --git a/tests/compiler/dart2js/platform_config_parser_test.dart b/tests/compiler/dart2js/platform_config_parser_test.dart
index a25e2da1d6c66d1d1013bf3aa6d84a60d5b8a34f..2769086b617f4c26f0c63f64a1a1da052289b095 100644
--- a/tests/compiler/dart2js/platform_config_parser_test.dart
+++ b/tests/compiler/dart2js/platform_config_parser_test.dart
@@ -91,9 +91,9 @@ name:value
name2:value2
""",
{
- "AA": {"name": "value"},
- "BB": {"name": "value", "name2": "value2"}
- });
+ "AA": {"name": "value"},
+ "BB": {"name": "value", "name2": "value2"}
+ });
// Ok, file not ending in newline.
test(
@@ -101,8 +101,8 @@ name2:value2
[AA]
name:value""",
{
- "A": {"name": "value"}
- });
+ "A": {"name": "value"}
+ });
// Ok, whitespace is trimmed away.
test(
« no previous file with comments | « tests/compiler/dart2js/patch_test.dart ('k') | tests/compiler/dart2js/platform_consistency_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698