From f91018c319c65a3fafa12cb85714e1db23d853da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 2 Oct 2019 15:06:13 +0200 Subject: [PATCH] Fix test broken by 1668d50aaf3e21d209d9b48ca96d674bd9d38c1e --- tests/ecb/cherrypick/test1.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ecb/cherrypick/test1.mod b/tests/ecb/cherrypick/test1.mod index 3980b72e6..d813b1b4f 100644 --- a/tests/ecb/cherrypick/test1.mod +++ b/tests/ecb/cherrypick/test1.mod @@ -127,5 +127,5 @@ pac.update.expectation('pacman'); verbatim; cherrypick('test1', 'simulation-files1', {'z1', 'z2', 'z3'}, true); cherrypick('test1', 'simulation-files2', {'zpac', 'eq:x1', 'eq:x', 'eq:y'}, true); - aggregate('toto.mod', 'simulation-files1', 'simulation-files2'); + aggregate('toto.mod', {}, 'simulation-files1', 'simulation-files2'); end;