fix(tests/lean/uni_bug1): make sure test does not produce a 'used sorry' warning.
Thus, the output behavior is the same when we compile lean with/without IGNORE_SORRY=ON
This commit is contained in:
parent
6bf905aea8
commit
631ebc6c4b
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
import data.nat data.prod
|
||||
import data.nat.basic data.prod
|
||||
open nat prod
|
||||
|
||||
variable R : nat → nat → Prop
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
uni_bug1.lean:2:0: warning: imported file uses 'sorry'
|
||||
f 1 0 (Rtrue (pr1 (pair 1 0)) 0) : nat
|
||||
|
|
Loading…
Reference in a new issue