Skip to content

Commit

Permalink
Promote corrected test
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Dec 21, 2021
1 parent c45a94f commit e1f7659
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/test-dirs/config/issue1388.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
> B +../cerberus/build
> EOF

FIXME include_dir should also replace the `+` by the lib path
$ echo "" | $MERLIN single dump-configuration -filename test.ml | \
> grep -A2 'include_dirs\|source_path\|build_path'
"include_dirs": [
"$TESTCASE_ROOT/+../cerberus/flags"
"+../cerberus/flags"
],
--
"build_path": [
Expand All @@ -24,9 +23,9 @@ FIXME include_dir should also replace the `+` by the lib path
"class": "return",
"value": [
"$TESTCASE_ROOT",
"$TESTCASE_ROOT/+../cerberus/flags",
"/my/cerberus/flags",
"/my/cerberus/build",
"lib/ocaml"
"/my/std"
],
"notifications": []
}

0 comments on commit e1f7659

Please sign in to comment.