Skip to content

Commit

Permalink
3.9.5: shotgun debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Dec 12, 2022
1 parent 454dd28 commit f8e9c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion balls.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.9.4"
version = "3.9.5"
author = "disruptek"
description = "a unittest framework with balls 🔴🟡🟢"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion balls/runner.nim
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ template makeSpecifier(tipe: typedesc[enum]; prefixes: openArray[string]): untyp
result.add value

proc `filtered tipe`(params: openArray[string]): seq[string] {.used.} =
var params = params
var params = @params
for value in tipe:
for prefix in prefixes:
params =
Expand Down

0 comments on commit f8e9c62

Please sign in to comment.