Skip to content

Commit 2aa2835

Browse files
committed
tests: local definitions are a 4.09 feature
1 parent faabcc5 commit 2aa2835

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/xref2/dune

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
(applies_to
3939
github_issue_587
4040
shadow
41-
shadow2
4241
shadow4
4342
shadow5
4443
js_stack_overflow
@@ -48,6 +47,13 @@
4847
(enabled_if
4948
(>= %{ocaml_version} 4.08.0)))
5049

50+
; 4.09.0 and above
51+
52+
(cram
53+
(applies_to shadow2)
54+
(enabled_if
55+
(>= %{ocaml_version} 4.13.0)))
56+
5157
; 4.13.0 and above
5258

5359
(cram

0 commit comments

Comments
 (0)