mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-11 11:49:33 +00:00
Remove unnecessary filter
The things it was filtering do not need to be filtered
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#!/bin/sh
|
||||
nim c --path:src -r --verbosity:0 --hints:off --linedir:on --debuginfo \
|
||||
--stacktrace:on --linetrace:on "$@" ./test/testall.nim \
|
||||
| grep -vE 'ProveInit|instantiation from here'
|
||||
--stacktrace:on --linetrace:on "$@" ./test/testall.nim
|
||||
|
||||
Reference in New Issue
Block a user