Skip to content

Commit d9bd334

Browse files
committed
Restrict test to >= 4.07.0
1 parent 22292b5 commit d9bd334

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/xref2/dune

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
(enabled_if
2020
(>= %{ocaml_version} 4.06.0)))
2121

22+
; 4.07.0 and above
23+
24+
(cram
25+
(applies_to github_issue_944)
26+
(enabled_if
27+
(>= %{ocaml_version} 4.07.0)))
28+
2229
; 4.08.0 and above
2330

2431
(cram

0 commit comments

Comments
 (0)