make tests green again

This commit is contained in:
Andreas Rumpf
2019-09-13 20:11:01 +02:00
parent fd63443419
commit 1c03604ec6

View File

@@ -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