simulator: remove tests

This commit is contained in:
2026-06-08 10:02:24 +02:00
parent 36752f6d0e
commit 4e3cae8cc8
2 changed files with 0 additions and 102 deletions
-4
View File
@@ -102,7 +102,3 @@ fn getExecutableEntryPoint(self: *Simulator, name: []const u8) ?EntryPoint {
}
return null;
}
test {
_ = @import("test_simulator.zig");
}