We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45a94f commit 9342ac5Copy full SHA for 9342ac5
tests/test-dirs/config/issue1388.t
@@ -9,7 +9,7 @@ FIXME include_dir should also replace the `+` by the lib path
9
$ echo "" | $MERLIN single dump-configuration -filename test.ml | \
10
> grep -A2 'include_dirs\|source_path\|build_path'
11
"include_dirs": [
12
- "$TESTCASE_ROOT/+../cerberus/flags"
+ "+../cerberus/flags"
13
],
14
--
15
"build_path": [
@@ -24,9 +24,9 @@ FIXME include_dir should also replace the `+` by the lib path
24
"class": "return",
25
"value": [
26
"$TESTCASE_ROOT",
27
- "$TESTCASE_ROOT/+../cerberus/flags",
+ "/my/cerberus/flags",
28
"/my/cerberus/build",
29
- "lib/ocaml"
+ "/my/std"
30
31
"notifications": []
32
}
0 commit comments