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

Unified Diff: test/checker/inferred_type_test.dart

Issue 1235503010: fixes #219, able to compile multiple entry points (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 5 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/checker/inferred_type_test.dart
diff --git a/test/checker/inferred_type_test.dart b/test/checker/inferred_type_test.dart
index d5d01e219b260af7be607043354f2ac23c2591a6..387b597ce2c827b1f9dd7736764b70a0c7dcf09d 100644
--- a/test/checker/inferred_type_test.dart
+++ b/test/checker/inferred_type_test.dart
@@ -7,7 +7,7 @@ library dev_compiler.test.inferred_type_test;
import 'package:test/test.dart';
-import 'package:dev_compiler/src/testing.dart';
+import '../testing.dart';
void main() {
test('infer type on var', () {

Powered by Google App Engine
This is Rietveld 408576698