Skip to content

Commit 4cb67eb

Browse files
mralephCommit Queue
authored andcommitted
[tests] Remove debug prints from corelib/date_time7 test
[email protected] CoreLibraryReviewExempt: Test changes only Change-Id: I1013a0a60cb60ef769e041668bac342b0d44283e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/357604 Reviewed-by: William Hesse <[email protected]> Commit-Queue: Slava Egorov <[email protected]>
1 parent 80d8f1d commit 4cb67eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/corelib/date_time7_test.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ testLocal() {
2121
//
2222
// Hardcode some common timezones, in both their abbreviated and expanded
2323
// forms to account for differences between host platforms.
24-
print(name);
25-
print(offset);
2624
switch (name) {
2725
case "CET" || "Central European Time" || "Central European Standard Time":
2826
Expect.equals(1, offset.inHours);

0 commit comments

Comments
 (0)