Skip to content

Commit

Permalink
Merge branch 'manifest' into bug/valgrind-fails-on-asyncdispatch-and-…
Browse files Browse the repository at this point in the history
…threadpool-import
  • Loading branch information
noahehall authored Mar 15, 2023
2 parents 13a9d15 + 5dc3751 commit 7217a54
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 162 deletions.
183 changes: 23 additions & 160 deletions testresults.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/boat/tmain.nim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ action: "run"
output: '''
All HANDS! cat o'nine tails! blue peter! OMG... landlubber
'''
valgrind: true
valgrind: "leaks"
"""

import boat
Expand Down
2 changes: 1 addition & 1 deletion tests/config/tconfig.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
discard """
action: "run"
valgrind: true
valgrind: "leaks"
exitcode: 0
"""

Expand Down

0 comments on commit 7217a54

Please sign in to comment.