ww: report no test files for empty test packages

This commit is contained in:
2026-08-21 11:59:46 +09:00
parent 394e46ff2f
commit bcc3aa9336
6 changed files with 195 additions and 50 deletions

View File

@@ -1,3 +1,5 @@
package no_tests;
fn init() void = { abort(); };
export fn value() int = { return 1; };