refactor: clean-up empty test targets
This commit is contained in:
parent
163150690f
commit
2aa3c1afc7
3 changed files with 12 additions and 24 deletions
|
|
@ -281,5 +281,3 @@ pub fn main() !void {
|
|||
run_posix();
|
||||
}
|
||||
}
|
||||
|
||||
test "simple test" {}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
const std = @import("std");
|
||||
const builtin = @import("builtin");
|
||||
const nw = @import("nightwatch");
|
||||
const main = @import("main");
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// RecordedEvent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue