mirror of
https://github.com/nim-lang/Nim.git
synced 2026-03-07 00:57:08 +00:00
testament: remove debugging echo
This commit is contained in:
@@ -465,7 +465,6 @@ proc testExec(r: var TResults, test: TTest) =
|
||||
proc makeTest(test, options: string, cat: Category, action = actionCompile,
|
||||
env: string = ""): TTest =
|
||||
# start with 'actionCompile', will be overwritten in the spec:
|
||||
echo "makeTest: ", test
|
||||
result = TTest(cat: cat, name: test, options: options,
|
||||
action: action, startTime: epochTime())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user