lean4-htt/tests/pkg/module/run_test.sh
Sebastian Ullrich d33a771ea3
test: always clean full .lake (#13703)
Ensures we don't reuse outdated config oleans
2026-05-12 16:25:00 +00:00

5 lines
144 B
Bash

rm -rf .lake
LEAN_ABORT_ON_PANIC=1 lake build
capture_fail lake lean Module/ConflictingImported.lean
check_out_contains "already contains 'f'"