commit a49c48e241b52cba807cb6b59dcde4effe12b505
parent 88a03555587c25b4dfd7edf9fbca7496e60608e6
Author: Lou Woell <lou.woell@posteo.de>
Date: Tue, 17 Feb 2026 05:34:49 +0100
[harehelper] remove deprecated tests
Diffstat:
1 file changed, 0 insertions(+), 36 deletions(-)
diff --git a/cmd/harehelper/+test/locate_test.ha b/cmd/harehelper/+test/locate_test.ha
@@ -70,42 +70,6 @@ fn loc_test_fn (in: str, out: lex::location) void = {
});
};
-// @test fn locate_global_multiple1 () void = {
-// loc_test_fn("cmd::harehelper::s", lex::location {
-// path = "locate_test.ha",
-// line = 10,
-// col = 18,
-// ...
-// });
-// };
-
-// @test fn locate_global_multiple2 () void = {
-// loc_test_fn("cmd::harehelper::d", lex::location {
-// path = "locate_test.ha",
-// line = 10,
-// col = 18,
-// ...
-// });
-// };
-
-// @test fn locate_const_multiple1 () void = {
-// loc_test_fn("cmd::harehelper::q", lex::location {
-// path = "locate_test.ha",
-// line = 8,
-// col = 13,
-// ...
-// });
-// };
-
-// @test fn locate_const_multiple2 () void = {
-// loc_test_fn("cmd::harehelper::w", lex::location {
-// path = "locate_test.ha",
-// line = 8,
-// col = 13,
-// ...
-// });
-// };
-
@test fn locate_module () void = {
loc_test_fn("os", lex::location {
path = "os",