Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c9b47ad

Browse files
author
Dart CI
committed
Version 2.13.0-36.0.dev
Merge commit '774b80f2d3805050f5f4a91bf8911651206b3230' into 'dev'
2 parents 56fa015 + 774b80f commit c9b47ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/test_runner/bin/launch_browser.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ void main(List<String> arguments) {
3434
var runtime = Runtime.find(name);
3535
var configuration = TestConfiguration(
3636
configuration: Configuration(
37-
"dummy configuration", null, null, null, runtime, null));
37+
"dummy-configuration", null, null, null, runtime, null));
3838
var executable = configuration.browserLocation;
3939
var browser = Browser.byRuntime(runtime, executable);
4040
browser.start(arguments[1]);

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 13
2929
PATCH 0
30-
PRERELEASE 35
30+
PRERELEASE 36
3131
PRERELEASE_PATCH 0

0 commit comments

Comments
 (0)