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

Unified Diff: tests/compiler/dart2js/simple_inferrer_final_field2_test.dart

Issue 1284673003: Move dart2jslib parts into separate libraries. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix try. Created 5 years, 4 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/simple_inferrer_final_field2_test.dart
diff --git a/tests/compiler/dart2js/simple_inferrer_final_field2_test.dart b/tests/compiler/dart2js/simple_inferrer_final_field2_test.dart
index 30181fe296681914bb3278621d4cc3011cf02b40..36019136d3d491117b7ca8f24b0337a9b865dde7 100644
--- a/tests/compiler/dart2js/simple_inferrer_final_field2_test.dart
+++ b/tests/compiler/dart2js/simple_inferrer_final_field2_test.dart
@@ -5,10 +5,10 @@
// Test that a non-used generative constructor does not prevent
// infering types for fields.
+import 'package:async_helper/async_helper.dart';
import 'package:expect/expect.dart';
-import "package:async_helper/async_helper.dart";
+
import 'compiler_helper.dart';
-import 'parser_helper.dart';
const String TEST = """

Powered by Google App Engine
This is Rietveld 408576698