diff --git a/ttool/src/test/java/cli/CLIAvatar2SysMLV2Test.java b/ttool/src/test/java/cli/CLIAvatar2SysMLV2Test.java
index c9836655dc9a46f83154ebae124407e72d952a5a..8435e1845c2c7c99d5d6b266c5237166e66e1715 100644
--- a/ttool/src/test/java/cli/CLIAvatar2SysMLV2Test.java
+++ b/ttool/src/test/java/cli/CLIAvatar2SysMLV2Test.java
@@ -83,9 +83,10 @@ public class CLIAvatar2SysMLV2Test extends AbstractTest implements InterpreterOu
             "WARNING : blocs of relation @SYN0:B0-B1 unspecified, recovered from channel @syn:B0.in0<B1.out1",
             "ERROR (l34,c9): Field x of out-message is associated to a field (a) in in-message that does not exist (c.f. l25,c5)",
             "ERROR (l53,c5): Channel @syn:B0.out0>B1.in1 of in-message associated to out-message has only one associated signal" +
-                    " (missing binding?) (c.f. l40,c5)"
+                    " (missing binding?) (c.f. l40,c5)",
+            "ERROR (l120,c26): ident b is used but not declared in block B0"
     }; //
-    private final boolean[] errorFromNull = {true,true,false,true,true};
+    private final boolean[] errorFromNull = {true,true,false,true,true,true};
     private StringBuilder outputResult;