fix test dune stanza

This commit is contained in:
Simon Cruanes 2026-02-15 21:33:39 -05:00
parent 44bafeca1a
commit 85b501ce14
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -20,8 +20,8 @@
(test
(name t_runtime_events)
(package trace-runtime-events)
(modules t_runtime_events)
(optional) ; runtime_events
(preprocess
(pps ppx_trace))
(libraries trace trace-runtime-events runtime_events))