From b9eb3de926e8464a1f9d0328598361a038153edc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Wed, 17 Jun 2015 12:50:40 -0400 Subject: [PATCH] tests: force compilation of the test error_annot_pkgconfig MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- tests/error_annot_pkgconfig.nit | 3 +++ 1 file changed, 3 insertions(+) delete mode 100644 tests/sav/niti/error_annot_pkgconfig_alt1.res delete mode 100644 tests/sav/niti/error_annot_pkgconfig_alt2.res delete mode 100644 tests/sav/niti/error_annot_pkgconfig_alt3.res diff --git a/tests/error_annot_pkgconfig.nit b/tests/error_annot_pkgconfig.nit index 3a01e25..c8ef400 100644 --- a/tests/error_annot_pkgconfig.nit +++ b/tests/error_annot_pkgconfig.nit @@ -18,3 +18,6 @@ #alt1# module error_annot_pkgconfig_alt1 is pkgconfig("missing-lib") #alt2# module error_annot_pkgconfig_alt2 is pkgconfig("too many args", 123) #alt3# module error_annot_pkgconfig_alt3 is pkgconfig(1234) # not a string + +fun foo `{ `} +foo diff --git a/tests/sav/niti/error_annot_pkgconfig_alt1.res b/tests/sav/niti/error_annot_pkgconfig_alt1.res deleted file mode 100644 index e69de29..0000000 diff --git a/tests/sav/niti/error_annot_pkgconfig_alt2.res b/tests/sav/niti/error_annot_pkgconfig_alt2.res deleted file mode 100644 index e69de29..0000000 diff --git a/tests/sav/niti/error_annot_pkgconfig_alt3.res b/tests/sav/niti/error_annot_pkgconfig_alt3.res deleted file mode 100644 index e69de29..0000000 -- 1.7.9.5