Skip to content

Commit

Permalink
Version 3.7.0-270.0.dev
Browse files Browse the repository at this point in the history
Merge 4c53dd6 into dev
  • Loading branch information
Dart CI committed Dec 19, 2024
2 parents 433a32d + 4c53dd6 commit 43723f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pkg/vm/test/transformations/type_flow/transformer_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import 'package:kernel/ast.dart';
import 'package:kernel/core_types.dart';
import 'package:kernel/kernel.dart';
import 'package:kernel/target/targets.dart';
import 'package:kernel/verifier.dart';
import 'package:test/test.dart';
import 'package:vm/modular/target/install.dart' show installAdditionalTargets;
import 'package:vm/transformations/pragma.dart'
Expand Down Expand Up @@ -87,6 +88,9 @@ void runTestCase(

compareResultWithExpectationsFile(source, actual);

verifyComponent(
target, VerificationStage.afterGlobalTransformations, component);

ensureKernelCanBeSerializedToBinary(component);
}

Expand Down
2 changes: 1 addition & 1 deletion tools/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ CHANNEL dev
MAJOR 3
MINOR 7
PATCH 0
PRERELEASE 269
PRERELEASE 270
PRERELEASE_PATCH 0

0 comments on commit 43723f2

Please sign in to comment.