diff --git a/tests/var-expectations/6/example.mod b/tests/var-expectations/6/example.mod index 2428db1cc..e50d0f4ec 100644 --- a/tests/var-expectations/6/example.mod +++ b/tests/var-expectations/6/example.mod @@ -25,7 +25,7 @@ a_x2_x1_2 = .2; beta = 1/(1+.02); // Define a TREND_COMPONENT model from a subset of equations in the model block. -trend_component_model(model_name=toto, eqtags=['eq:x1', 'eq:x2', 'eq:x1bar', 'eq:x2bar'], trends=['eq:x1bar', 'eq:x2bar']); +trend_component_model(model_name=toto, eqtags=['eq:x1', 'eq:x2', 'eq:x1bar', 'eq:x2bar'], targets=['eq:x1bar', 'eq:x2bar']); /* Define a VAR_EXPECTATION_MODEL ** ------------------------------