Skip to content

Commit

Permalink
oops: use $file
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Jan 24, 2025
1 parent 8f23b45 commit 7123294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nimsuggest/tests/t21923.nim
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
discard """
$nimsuggest --tester $file
>outline $file
outline;;skProc;;t21923.foo;;proc (x: int){.gcsafe, raises: <inferred> [].};;/home/blue/Nim/nimsuggest/tests/t21923.nim;;8;;5;;"";;100
outline;;skTemplate;;t21923.foo2;;;;/home/blue/Nim/nimsuggest/tests/t21923.nim;;11;;9;;"";;100
outline;;skProc;;t21923.foo;;proc (x: int){.gcsafe, raises: <inferred> [].};;$file;;8;;5;;"";;100
outline;;skTemplate;;t21923.foo2;;;;$file;;11;;9;;"";;100
"""

proc foo(x: int) =
Expand Down

0 comments on commit 7123294

Please sign in to comment.