Skip to content

Commit 2e5ec9b

Browse files
FissoreDgares
authored andcommitted
[TC] rebasing adding tc. prefix to test
1 parent 8a1ab38 commit 2e5ec9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/tc/tests/hyp_in_conl.v

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ Module M3.
5858
Local Instance AX : A := {}.
5959
Local Instance BX : A -> (B AX) := {}.
6060

61-
Elpi Accumulate TC.Solver lp:{{ print-goal. print-solution. }}.
6261
Definition d : C AX (BX _) := _.
6362
Definition d' : C _ (BX _) := _.
6463
Definition d'' : C AX _ := _.
@@ -74,7 +73,7 @@ Module M3.
7473
*)
7574
Elpi Query TC.Solver lp:{{
7675
S = {{c AX (BX _)}},
77-
solve-aux1 [] {{C _ _}} S.
76+
tc.solve-aux1 [] {{C _ _}} S.
7877
}}.
7978

8079
End s.

0 commit comments

Comments
 (0)