Skip to content

Commit 6d9df4b

Browse files
committed
test: avoid testing colliding private inductives
1 parent b73a4b9 commit 6d9df4b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/lean/run/prelude-injectivity.lean

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1+
module
2+
13
import Lean
24

35
open Lean Meta
46

57
-- without this, the catch below does not catch kernel errors
68
set_option Elab.async false
79

8-
#exit -- **TODO**: remove after fixing async panic
9-
1010
/--
1111
info: Possible candidates for Init/Core.lean (these do not need to be added if they are irrelevant for verification):
1212
gen_injective_theorems% MacroScopesView
@@ -16,7 +16,6 @@ gen_injective_theorems% TSyntax
1616
gen_injective_theorems% Macro.Context
1717
gen_injective_theorems% Macro.Exception
1818
gen_injective_theorems% Macro.Methods
19-
gen_injective_theorems% Macro.State
2019
gen_injective_theorems% Syntax.Preresolved
2120
gen_injective_theorems% Syntax.SepArray
2221
gen_injective_theorems% Syntax.TSepArray

0 commit comments

Comments
 (0)