remove refalldecls test

This commit is contained in:
Mitchell Hashimoto
2024-11-05 10:36:11 -08:00
parent 4a263f43af
commit c8b99f7891

View File

@ -43,7 +43,3 @@ pub const clickInterval = mouse.clickInterval;
pub const open = openpkg.open;
pub const pipe = pipepkg.pipe;
pub const resourcesDir = resourcesdir.resourcesDir;
test {
@import("std").testing.refAllDecls(@This());
}