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

Commit b3a06c1

Browse files
sortiecommit-bot@chromium.org
authored andcommitted
[dart:_http] Fix http_cookie_date_test.dart compile errors.
Fixes dart-lang/sdk#28843 Change-Id: I544f9d13e68a41412b0a7dd00b7a6d20ce3ef99e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/91222 Commit-Queue: Jonas Termansen <[email protected]> Reviewed-by: William Hesse <[email protected]>
1 parent 1025c5b commit b3a06c1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/standalone_2/io/http_cookie_date_test.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
library dart.http;
5+
library dart._http;
66

77
import "dart:async";
88
import "dart:collection";
99
import "dart:convert";
10-
import "dart:developer";
1110
import "dart:io";
12-
import "dart:isolate";
1311
import "dart:math";
1412
import "dart:typed_data";
1513
import "package:expect/expect.dart";

0 commit comments

Comments
 (0)