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

Unified Diff: test/foo/bar.dart

Issue 986583003: add test for LibraryIdentifier within a subfolder (Closed) Base URL: git@github.com:dart-lang/static-init.git@master
Patch Set: Created 5 years, 9 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/bar.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/foo/bar.dart
diff --git a/test/bar.dart b/test/foo/bar.dart
similarity index 87%
rename from test/bar.dart
rename to test/foo/bar.dart
index dd83a8fc682408478db704b9c6a9edba9de22647..3889e3576a2ab75f337a6dd15484825872e22901 100644
--- a/test/bar.dart
+++ b/test/foo/bar.dart
@@ -2,9 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
@initializeTracker
-library initialize.test.bar;
+library initialize.test.foo.bar;
-import 'foo.dart';
+import '../foo.dart';
import 'package:initialize/src/initialize_tracker.dart';
// Foo should be initialized first.
« no previous file with comments | « test/bar.dart ('k') | test/initializer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698