Skip to content

Commit 866f5cf

Browse files
author
Dart CI
committed
Version 2.19.0-368.0.dev
Merge 4ae1500 into dev
2 parents 8e089c6 + 4ae1500 commit 866f5cf

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

pkg/vm_snapshot_analysis/test/instruction_sizes_test.dart

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -844,14 +844,8 @@ void main() async {
844844

845845
// Verify that we don't include package names twice into paths
846846
// while building the treemap.
847-
if (Platform.isWindows) {
848-
// Note: in Windows we don't consider main.dart part of package:input
849-
// for some reason.
850-
expect(findChild(treemap, 'package:input/input.dart'), isNotNull);
851-
} else {
852-
expect(childrenNames(findChild(treemap, 'package:input')!),
853-
equals({'main.dart', 'input.dart'}));
854-
}
847+
expect(childrenNames(findChild(treemap, 'package:input')!),
848+
equals({'main.dart', 'input.dart'}));
855849
});
856850
});
857851

tools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ CHANNEL dev
2727
MAJOR 2
2828
MINOR 19
2929
PATCH 0
30-
PRERELEASE 367
30+
PRERELEASE 368
3131
PRERELEASE_PATCH 0

0 commit comments

Comments
 (0)