disable not implemented test for sighashes

This commit is contained in:
Araq
2016-12-13 09:22:05 +01:00
parent 7f8a02d0c6
commit d1663ca81c

View File

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