Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
fixup! quic: use UDP code from dgram
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Oct 16, 2019
1 parent 33951a6 commit db35d5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/parallel/test-quic-ipv6only.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ const kALPN = 'zzz';
common.expectsError({
code: 'EINVAL',
type: Error,
// TODO(@oyyd): Currently we can't know the exact "syscall" so that it's
// undefined here.
message: 'undefined EINVAL',
message: 'bind EINVAL 0.0.0.0',
syscall: 'bind'
})(err);
}));

Expand Down

0 comments on commit db35d5e

Please sign in to comment.