chore: make test more robust
This commit is contained in:
parent
c95e058e3c
commit
536c87d73c
1 changed files with 2 additions and 1 deletions
|
|
@ -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 :=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue