From eaeb3c41069679f7433d8356b2cbeef007c5c37a Mon Sep 17 00:00:00 2001 From: luca9913 Date: Sat, 24 Jun 2023 19:48:36 +0200 Subject: [PATCH] Modified expected AST for Faculty according to Faculty.jav --- src/test/resources/syntaxtreegenerator/Faculty.ast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/syntaxtreegenerator/Faculty.ast b/src/test/resources/syntaxtreegenerator/Faculty.ast index 9cc4ca71..66c777a8 100644 --- a/src/test/resources/syntaxtreegenerator/Faculty.ast +++ b/src/test/resources/syntaxtreegenerator/Faculty.ast @@ -4,7 +4,7 @@ class Faculty { Faculty(){ super(()); } - TPH DDBK getFact(TPH DDBL x){ + TPH DDBK getFact(java.lang.Integer x){ return this.fact.apply Signature: [TPH DDBM, TPH DDBN](x); }