make tests green again

This commit is contained in:
Andreas Rumpf
2018-05-01 15:44:23 +02:00
committed by Araq
parent 5ac94d26b3
commit 74fe7a800b
19 changed files with 103 additions and 103 deletions

View File

@@ -3,12 +3,12 @@ template accept(x) =
template reject(x) =
static: assert(not compiles(x))
{.experimental: "notnil".}
type
TRefObj = ref object
x: int
THasNotNils = object of TObject
THasNotNils = object of RootObj
a: TRefObj not nil
b: TRefObj not nil
c: TRefObj