aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/issue_13970/src/empty.zig
AgeCommit message (Collapse)Author
2025-10-04test: remove standalone issue_13970 testAlex Rønne Petersen
It's been disabled for ages and has bitrotted. Someone can readd it later if they feel like it actually adds value.
2023-02-08fix custom test runner package path resolutiondweiller
Fixes #13970. This fix makes test runners resolve package paths relative to the directory the test runner is in. This means it is not possible to import a file from outside the file tree root at the directory containing the test runner.