Skip to content

Commit d7c0f51

Browse files
committed
test
1 parent 2544eb6 commit d7c0f51

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tests/test_detcheck.v

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ kind f type -> type.
99
kind s type.
1010
typeabbrev pstring (f s).
1111
/*)*/}}.
12-
Elpi Accumulate foo File buggy_inline.
13-
Elpi Accumulate Db foo.
12+
Fail Elpi Accumulate foo File buggy_inline.
13+
(* Elpi Accumulate Db foo.
1414
Elpi Query lp:{{/*(*/
1515
coq.string->pstring "x" Primx,
16-
coq.elpi.accumulate _ "foo" (clause _ _ (test Primx)).
17-
/*)*/}}.
16+
X = test Primx,
17+
coq.elpi.accumulate _ "foo" (clause _ _ X).
18+
/*)*/}}. *)

0 commit comments

Comments
 (0)