Skip to content

Commit

Permalink
[tests] fix import in tCligenParsing test, closes #17
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Feb 26, 2024
1 parent 11f2fa4 commit e2e994b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tCligenParsing.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import std / random
## This is just a short program to generate numbers (value ± uncertainty),
## format them with `cligen` and verify that the formatting is what we expect, given
## the uncertainties and the required precision.
import measuremancer
import ../measuremancer
import std / strscans

template checkError(typ, body, msg: untyped): untyped =
Expand Down

0 comments on commit e2e994b

Please sign in to comment.