add a TODO complaint
This commit is contained in:
@@ -47,6 +47,7 @@ pub fn close(self: *Tunnel) void {
|
|||||||
|
|
||||||
const Tunnel = @This();
|
const Tunnel = @This();
|
||||||
|
|
||||||
|
// TODO: this will fail if tests are run in parallel
|
||||||
test "init with a known name" {
|
test "init with a known name" {
|
||||||
var tun = try init("nyotun");
|
var tun = try init("nyotun");
|
||||||
defer tun.close();
|
defer tun.close();
|
||||||
|
|||||||
Reference in New Issue
Block a user