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

Unified Diff: test/checker/checker_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/checker_test.dart
diff --git a/test/checker/checker_test.dart b/test/checker/checker_test.dart
index 70dabc4120b752173aabc90051d68fe28490c60e..77ec7202cdd854411db0788020dbb1f77b8afd8f 100644
--- a/test/checker/checker_test.dart
+++ b/test/checker/checker_test.dart
@@ -7,8 +7,7 @@ library dev_compiler.test.checker_test;
import 'package:test/test.dart';
-import 'package:dev_compiler/src/testing.dart';
-import '../test_util.dart' show testDirectory;
+import '../testing.dart';
void main() {
test('ternary operator', () {

Powered by Google App Engine
This is Rietveld 408576698