From eff1d428bfcc3bad8422c27f9ade2870d05fa993 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Tue, 23 Jan 2018 13:53:28 -0500 Subject: [PATCH] tests: test_syntax now reports other errors before the pkgconfig error MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- tests/sav/test_syntax.res | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 1.7.9.5