mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 16:38:33 +00:00
make tests green again
This commit is contained in:
@@ -332,7 +332,7 @@ proc generatedFile(test: TTest, target: TTarget): string =
|
||||
else:
|
||||
let (_, name, _) = test.name.splitFile
|
||||
let ext = targetToExt[target]
|
||||
result = nimcacheDir(test.name, test.options, target) / "@" & name.changeFileExt(ext)
|
||||
result = nimcacheDir(test.name, test.options, target) / "@m" & name.changeFileExt(ext)
|
||||
|
||||
proc needsCodegenCheck(spec: TSpec): bool =
|
||||
result = spec.maxCodeSize > 0 or spec.ccodeCheck.len > 0
|
||||
|
||||
Reference in New Issue
Block a user