diff --git a/examples/dynamic/test/DynamicPart.java b/examples/dynamic/test/DynamicPart.java
index 1a5ab3ffa38e6ee903a095618b82be4d3e22b6a4..334d493c421bcc46fd8139fe899a379b729e4940 100644
--- a/examples/dynamic/test/DynamicPart.java
+++ b/examples/dynamic/test/DynamicPart.java
@@ -200,7 +200,7 @@ public class DynamicPart {
 	private static InRAMCompiler handleAst(Program lcAST, HashMap<String, String> handlers) {
 		Map<String, String> genCode = new HashMap<String, String>();
 		try {
-			lcAST.J_gen(genCode, "labcomm.generated");
+			lcAST.J_gen(genCode, "labcomm.generated", 2013);
 		} catch (IOException e) {
 			e.printStackTrace();
 		}
diff --git a/examples/dynamic/test/TestLabCommCompiler.java b/examples/dynamic/test/TestLabCommCompiler.java
index 6b75d8d8eafa011b4b25e46a44cd28078aab8e5e..a71e0a67125fd30ac8d34d78276c021743902b35 100644
--- a/examples/dynamic/test/TestLabCommCompiler.java
+++ b/examples/dynamic/test/TestLabCommCompiler.java
@@ -210,7 +210,7 @@ public class TestLabCommCompiler {
 	private static InRAMCompiler handleAst(Program lcAST, HashMap<String, String> handlers) {
 		Map<String, String> genCode = new HashMap<String, String>();
 		try {
-			lcAST.J_gen(genCode, "labcomm.generated");
+			lcAST.J_gen(genCode, "labcomm.generated", 2013);
 		} catch (IOException e) {
 			e.printStackTrace();
 		}
diff --git a/examples/dynamic/test/TestLabcommGen.java b/examples/dynamic/test/TestLabcommGen.java
index 5c2002a32294acd055d24218c1b7d3621b43d909..1ad36b4d81b10b5f289ba28004417044834be04e 100644
--- a/examples/dynamic/test/TestLabcommGen.java
+++ b/examples/dynamic/test/TestLabcommGen.java
@@ -203,7 +203,7 @@ public class TestLabcommGen {
 	private static InRAMCompiler handleAst(Program lcAST, HashMap<String, String> handlers) {
 		Map<String, String> genCode = new HashMap<String, String>();
 		try {
-			lcAST.J_gen(genCode, "labcomm.generated");
+			lcAST.J_gen(genCode, "labcomm.generated", 2013);
 		} catch (IOException e) {
 			e.printStackTrace();
 		}
@@ -287,7 +287,7 @@ public class TestLabcommGen {
 	private static InRAMCompiler handleAstSeparate(Program lcAST, HashMap<String, String> handlers) {
 		Map<String, String> genCode = new HashMap<String, String>();
 		try {
-			lcAST.J_gen(genCode, "labcomm.generated");
+			lcAST.J_gen(genCode, "labcomm.generated", 2013);
 		} catch (IOException e) {
 			e.printStackTrace();
 		}