Skip to content

Commit

Permalink
fixup test
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Apr 25, 2020
1 parent 39d9429 commit 8f5d0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tconfig.nim
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ suite "nimcfg":

test "load a nim.cfg":
let
loaded = loadProjectCfg(fn)
loaded = parseConfigFile(fn)
check loaded.isSome

test "naive parse":
Expand Down

0 comments on commit 8f5d0c5

Please sign in to comment.