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

Unified Diff: test/codegen/js_test.dart

Issue 1322333003: DDC: mostly incremental compilation, fixes #223 (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: rebase Created 5 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: test/codegen/js_test.dart
diff --git a/test/codegen/js_test.dart b/test/codegen/js_test.dart
index 44768010113ee4bdedd1d5f143c8405ca91407dd..d4ccbdcb33357eb27515389d48fd4385f2f70eb3 100644
--- a/test/codegen/js_test.dart
+++ b/test/codegen/js_test.dart
@@ -6,9 +6,8 @@ library jsTest;
import 'dart:js';
-// TODO(jmesserly): get tests from package(s) instead.
-import 'dom.dart';
-import 'minitest.dart';
+import 'package:dom/dom.dart';
+import 'package:unittest/unittest.dart';
class Foo {
final JsObject _proxy;

Powered by Google App Engine
This is Rietveld 408576698