Skip to content

Commit 697fcf7

Browse files
committed
Drop reference to legacy communication protocol
Cleanup following #2065 The support for legacy test suite communication was dropped in #2099 but I missed a change in this comment which still describes the difference.
1 parent f364fc8 commit 697fcf7

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

pkgs/test/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.25.15-wip
2+
13
## 1.25.14
24

35
* Use secure random for url secrets.

pkgs/test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.25.14
2+
version: 1.25.15-wip
33
description: >-
44
A full featured library for writing and running Dart tests across platforms.
55
repository: https://github.com/dart-lang/test/tree/master/pkgs/test

pkgs/test/tool/host.dart

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,8 @@ MultiChannel<dynamic> _connectToServer() {
191191
/// the key 'exception' set to true and details in the value for 'data' (coming
192192
/// from `dart.js` due to a load exception).
193193
///
194-
/// Legacy bootstrap implementations send a `{'ready': true}` message as a
195-
/// signal for this host to create a [MessageChannel] and send the port through
196-
/// the frame's `window.onMessage` channel.
197-
///
198-
/// Upcoming bootstrap implementations will send the string 'port' and include a
199-
/// port for a prepared [MessageChannel].
194+
/// Bootstrap implementations send the string 'port' and include a port for a
195+
/// prepared [MessageChannel].
200196
///
201197
/// Returns a [StreamChannel] which will be connected to the frame once the
202198
/// message channel port is active.

0 commit comments

Comments
 (0)