diff --git a/tests/pac/trend-component-13a/example.mod b/tests/pac/trend-component-13a/example.mod
index 0ae12e910379a46e326a80c5a69f95b930b64ed2..da102a915ed68faca2e5c943d557f5f3772d316f 100644
--- a/tests/pac/trend-component-13a/example.mod
+++ b/tests/pac/trend-component-13a/example.mod
@@ -69,6 +69,6 @@ end;
 // Initialize the PAC model (build the Companion VAR representation for the auxiliary model).
 pac.initialize('pacman');
 
-if ~isequal(M_.pac.pacman.equations.(M_.pac.pacman.tag_map{strcmp(M_.pac.pacman.tag_map(:,1), 'zpac'),2}).ec.istarget, [false, true])
+if ~isequal(M_.pac.pacman.equations.(M_.pac.pacman.tag_map{strcmp(M_.pac.pacman.tag_map(:,1), 'zpac'),2}).ec.istarget, [true, false])
    error('ec.istarget vector is wrong.')
 end