make test green again (code was wrong, but not detected by compiler)

This commit is contained in:
Andreas Rumpf
2016-04-30 02:00:50 +02:00
parent f348671ba7
commit c876b304ba

View File

@@ -49,7 +49,7 @@ proc makeDesktop(): PDesktop = new(TDesktop)
proc makeWindow(): PWindow = new(TWindow)
proc thisCausesError(a: var PView, b: PView) =
proc thisCausesError(a: PView, b: PView) =
discard
var dd = makeDesktop()