From: Alexis Laferrière Date: Tue, 23 Jan 2018 18:53:28 +0000 (-0500) Subject: tests: test_syntax now reports other errors before the pkgconfig error X-Git-Url: http://nitlanguage.org tests: test_syntax now reports other errors before the pkgconfig error Signed-off-by: Alexis Laferrière --- diff --git a/tests/sav/test_syntax.res b/tests/sav/test_syntax.res index 98bfc04..0b4f9cd 100644 --- a/tests/sav/test_syntax.res +++ b/tests/sav/test_syntax.res @@ -1 +1,2 @@ -test_syntax.nit:48,2--39: Error: dev package for `a libray from outer space` unknown by `pkg-config`, install it with `apt-get`, `brew` or similar. +test_syntax.nit:68,8--27: Warning: superfluous super-class `Object` in class `Blurry`. +test_syntax.nit:134,8--13: Type Error: `Blurry[ELEM_ENT: nullable Object]` is a generic class.