Skip to content

Commit 9342ac5

Browse files
committed
Promote corrected test
1 parent c45a94f commit 9342ac5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test-dirs/config/issue1388.t

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FIXME include_dir should also replace the `+` by the lib path
99
$ echo "" | $MERLIN single dump-configuration -filename test.ml | \
1010
> grep -A2 'include_dirs\|source_path\|build_path'
1111
"include_dirs": [
12-
"$TESTCASE_ROOT/+../cerberus/flags"
12+
"+../cerberus/flags"
1313
],
1414
--
1515
"build_path": [
@@ -24,9 +24,9 @@ FIXME include_dir should also replace the `+` by the lib path
2424
"class": "return",
2525
"value": [
2626
"$TESTCASE_ROOT",
27-
"$TESTCASE_ROOT/+../cerberus/flags",
27+
"/my/cerberus/flags",
2828
"/my/cerberus/build",
29-
"lib/ocaml"
29+
"/my/std"
3030
],
3131
"notifications": []
3232
}

0 commit comments

Comments
 (0)