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 9342ac5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test-dirs/config/issue1388.t
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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 +24,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 9342ac5

Please sign in to comment.