Skip to content

Commit

Permalink
Fix test filename
Browse files Browse the repository at this point in the history
  • Loading branch information
3Rafal committed May 16, 2023
1 parent 24a3009 commit 69731b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-dirs/construct/c-simple.t
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,13 @@ Test lazy
User defined types should be ordered the same as in declaration
$ cat >lazy.ml <<EOF
$ cat >user_defined.ml <<EOF
> type my_type = One | Another
> let x : my_type = _
> EOF
$ $MERLIN single construct -position 2:18 \
> -filename lazy.ml <lazy.ml | jq ".value"
> -filename user_defined.ml <user_defined.ml | jq ".value"
[
{
"start": {
Expand Down

0 comments on commit 69731b4

Please sign in to comment.