tests: test_syntax now reports other errors before the pkgconfig error
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 23 Jan 2018 18:53:28 +0000 (13:53 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Fri, 26 Jan 2018 03:24:18 +0000 (22:24 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

tests/sav/test_syntax.res

index 98bfc04..0b4f9cd 100644 (file)
@@ -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.