chore: fix tests
This commit is contained in:
parent
a03ea65d73
commit
59b4d977b5
2 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
[Compiler.test] Starting wrapper test findJoinPointsSizeLeq for findJoinPoints occurence 0
|
||||
[Compiler.test] Wrapper test findJoinPointsSizeLeq for findJoinPoints occurence 0 successful
|
||||
[Compiler.test] Starting post condition test findJoinPointsFix for findJoinPoints occurence 0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ def h (x : Nat) :=
|
|||
|
||||
open Lean Compiler LCNF in
|
||||
@[cpass] def simpInline : PassInstaller :=
|
||||
Testing.assertDoesNotContainConstAfter `simp `simpInlinesInline ``inline "simp did not inline `inline`"
|
||||
Testing.assertDoesNotContainConstAfter ``inline "simp did not inline `inline`" |>.install `simp `simpInlinesInline
|
||||
|
||||
set_option trace.Compiler.result true
|
||||
#eval Lean.Compiler.compile #[``h]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue