Skip to content

Commit e1f7659

Browse files
committed
Promote corrected test
1 parent c45a94f commit e1f7659

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/test-dirs/config/issue1388.t

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
> B +../cerberus/build
66
> EOF
77

8-
FIXME include_dir should also replace the `+` by the lib path
98
$ echo "" | $MERLIN single dump-configuration -filename test.ml | \
109
> grep -A2 'include_dirs\|source_path\|build_path'
1110
"include_dirs": [
12-
"$TESTCASE_ROOT/+../cerberus/flags"
11+
"+../cerberus/flags"
1312
],
1413
--
1514
"build_path": [
@@ -24,9 +23,9 @@ FIXME include_dir should also replace the `+` by the lib path
2423
"class": "return",
2524
"value": [
2625
"$TESTCASE_ROOT",
27-
"$TESTCASE_ROOT/+../cerberus/flags",
26+
"/my/cerberus/flags",
2827
"/my/cerberus/build",
29-
"lib/ocaml"
28+
"/my/std"
3029
],
3130
"notifications": []
3231
}

0 commit comments

Comments
 (0)