Skip to content

Commit

Permalink
[serlib] [ltac2] Test for Ltac2 serialization
Browse files Browse the repository at this point in the history
This fails for now, as we need to implement support for yet another
generic arguments setup.

To be fixed under-demand.
  • Loading branch information
ejgallego committed May 28, 2024
1 parent 08ade61 commit 62bc48e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/genarg/dune
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@
(action (run ./test_roundtrip %{input})))

; Disabled until we implement ltac2 extension serialization
;
; (rule
; (alias runtest)
; (deps (:input ltac2.v))
; (action (run ./test_roundtrip %{input})))

(rule
(alias runtest)
(deps (:input ltac2.v))
(action (run ./test_roundtrip %{input})))

0 comments on commit 62bc48e

Please sign in to comment.