remove deprecated specs (#16684)

This commit is contained in:
flywind
2021-01-11 11:02:53 -06:00
committed by GitHub
parent 5af13c5ace
commit da28df6113
2 changed files with 0 additions and 10 deletions

View File

@@ -303,10 +303,6 @@ proc parseSpec*(filename: string): TSpec =
of "exitcode":
discard parseInt(e.value, result.exitCode)
result.action = actionRun
of "msg":
result.msg = e.value
if result.action != actionRun:
result.action = actionCompile
of "errormsg":
result.msg = e.value
result.action = actionReject

View File

@@ -1,6 +0,0 @@
discard """
msg: "Hello World"
"""
static:
echo "something else"