mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
fix tests
This commit is contained in:
@@ -332,8 +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.replace("_", "__").changeFileExt(ext)
|
||||
result = nimcacheDir(test.name, test.options, target) / name.changeFileExt(ext)
|
||||
|
||||
proc needsCodegenCheck(spec: TSpec): bool =
|
||||
result = spec.maxCodeSize > 0 or spec.ccodeCheck.len > 0
|
||||
|
||||
Reference in New Issue
Block a user