This repository was archived by the owner on Oct 15, 2020. It is now read-only.
Commit a13f81b
cctest: Fix cctest failure on windows
Linux converts the ipv6 address "::" to "::1", while windows does not.
By explicitly using "::1" in the test we allow it to succeed on windows.
PR-URL: #329
Reviewed-By: Jimmy Thomson <jithomso@microsoft.com>1 parent 1b50f3d commit a13f81b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
624 | | - | |
| 624 | + | |
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
| |||
0 commit comments