Skip to content

Commit 686abc2

Browse files
authored
test(melange): improve @all alias test (#12627)
Signed-off-by: Antonio Nuno Monteiro <[email protected]>
1 parent dfc2072 commit 686abc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/blackbox-tests/test-cases/melange/melange-alias-all.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Melange compilation is added to `@all`
1111
> (name mlib)
1212
> (modes melange))
1313
> EOF
14-
$ cat > hello.ml <<EOF
14+
$ cat > lib/hello.ml <<EOF
1515
> let x = "hello"
1616
> EOF
1717

18-
$ dune build @all --display=short
18+
$ dune build @all
1919
$ find _build/default | grep '\.cm'
2020
[1]

0 commit comments

Comments
 (0)