chore: make test more robust

This commit is contained in:
Sebastian Ullrich 2025-06-02 14:27:22 +02:00
parent c95e058e3c
commit 536c87d73c

View file

@ -8,9 +8,10 @@ def foo (n : Nat) : Nat :=
| .true => n
| .false => 47
set_option pp.mvars.anonymous false in
/--
error: Invalid dotted identifier notation: not supported on type
Sort ?u.44
Sort _
-/
#guard_msgs in
def foo2 (n : Nat) : Nat :=