Skip to content

Commit ffcf99b

Browse files
committed
test
1 parent 90a6ca2 commit ffcf99b

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)