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

Unified Diff: test/initializer_custom_filter_test.dart

Issue 880713002: add LibraryIdentifier (Closed) Base URL: git@github.com:dart-lang/static-init.git@master
Patch Set: code review updates Created 5 years, 11 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 | « test/initialize_tracker.dart ('k') | test/initializer_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/initializer_custom_filter_test.dart
diff --git a/test/initializer_custom_filter_test.dart b/test/initializer_custom_filter_test.dart
index ad54feeeb4251529f335a9545cfc90d42b203b7f..f8f789dc97c33ac226c1347b1944d100a43d3e87 100644
--- a/test/initializer_custom_filter_test.dart
+++ b/test/initializer_custom_filter_test.dart
@@ -7,7 +7,7 @@ import 'dart:async';
import 'package:initialize/initialize.dart';
import 'package:unittest/unittest.dart';
import 'package:unittest/compact_vm_config.dart';
-import 'initialize_tracker.dart';
+import 'package:initialize/src/initialize_tracker.dart';
main() {
useCompactVMConfiguration();
« no previous file with comments | « test/initialize_tracker.dart ('k') | test/initializer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698