Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
PizieDust committed Jun 27, 2024
1 parent e28c743 commit 0491fa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test-dirs/expand_node/ppx-tests.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ on attribute name deriving of module Stack

Test for an attribute that's not deriving
$ cat > apf.ml << EOF
> type y = int * float [@@deriving merlin.hide]
> type y = int * float [@@merlin.hide]
> EOF

$ dune build
Expand Down Expand Up @@ -547,11 +547,11 @@ on the first [%tell_me]
"deriver": {
"start": {
"line": 1,
"col": 26
"col": 13
},
"end": {
"line": 1,
"col": 36
"col": 23
}
}
},
Expand Down

0 comments on commit 0491fa6

Please sign in to comment.