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

Unified Diff: test/foo/bar.dart

Issue 1018643002: change to source-order crawling of directives instead of alphabetical (Closed) Base URL: git@github.com:dart-lang/static-init.git@master
Patch Set: switch to bug fix instead of breaking change, and use definingCompilationUnit 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 | « pubspec.yaml ('k') | test/initializer_parts_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/foo/bar.dart b/test/foo/bar.dart
index 3889e3576a2ab75f337a6dd15484825872e22901..ae9d27b4bae29391bd4f03f8a1f2e2d25b6ad207 100644
--- a/test/foo/bar.dart
+++ b/test/foo/bar.dart
@@ -4,6 +4,7 @@
@initializeTracker
library initialize.test.foo.bar;
+export '../foo.dart';
import '../foo.dart';
import 'package:initialize/src/initialize_tracker.dart';
« no previous file with comments | « pubspec.yaml ('k') | test/initializer_parts_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698