mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-27 09:01:37 +00:00
disable not implemented test for sighashes
This commit is contained in:
@@ -32,9 +32,10 @@ proc runRodFiles(r: var TResults, cat: Category, options: string) =
|
|||||||
# test basic recompilation scheme:
|
# test basic recompilation scheme:
|
||||||
test "hallo"
|
test "hallo"
|
||||||
test "hallo"
|
test "hallo"
|
||||||
# test incremental type information:
|
when false:
|
||||||
test "hallo2"
|
# test incremental type information:
|
||||||
delNimCache()
|
test "hallo2"
|
||||||
|
delNimCache()
|
||||||
|
|
||||||
# test type converters:
|
# test type converters:
|
||||||
test "aconv"
|
test "aconv"
|
||||||
@@ -382,7 +383,7 @@ proc `&.?`(a, b: string): string =
|
|||||||
proc `&?.`(a, b: string): string =
|
proc `&?.`(a, b: string): string =
|
||||||
# candidate for the stdlib?
|
# candidate for the stdlib?
|
||||||
result = if a.endswith(b): a else: a & b
|
result = if a.endswith(b): a else: a & b
|
||||||
|
|
||||||
proc processSingleTest(r: var TResults, cat: Category, options, test: string) =
|
proc processSingleTest(r: var TResults, cat: Category, options, test: string) =
|
||||||
let test = "tests" & DirSep &.? cat.string / test
|
let test = "tests" & DirSep &.? cat.string / test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user