mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
remove deprecated specs (#16684)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
discard """
|
||||
msg: "Hello World"
|
||||
"""
|
||||
|
||||
static:
|
||||
echo "something else"
|
||||
Reference in New Issue
Block a user