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

Unified Diff: test/initializer_parts_test.dart

Issue 1006513003: make sure we follow the whole super chain (Closed) Base URL: git@github.com:dart-lang/static-init.git@master
Patch Set: format 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_super_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/initializer_parts_test.dart
diff --git a/test/initializer_parts_test.dart b/test/initializer_parts_test.dart
index bfba5e80df3cf469517b228f6db51e45c648f5f0..fc77886d3eea709792f4cf9c89f13cb4a1a70c9f 100644
--- a/test/initializer_parts_test.dart
+++ b/test/initializer_parts_test.dart
@@ -19,7 +19,8 @@ main() {
run().then((_) {
test('parts', () {
var expectedNames = [
- const LibraryIdentifier(#initialize.initializer_parts_test, null, 'initializer_parts_test.dart'),
+ const LibraryIdentifier(#initialize.initializer_parts_test, null,
+ 'initializer_parts_test.dart'),
bar2,
bar,
foo,
« no previous file with comments | « pubspec.yaml ('k') | test/initializer_super_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698