URL:
https://svn.lrde.epita.fr/svn/scool/branches/scool-ng
ChangeLog:
2008-10-06 Maxime van Noppen <yabo(a)lrde.epita.fr>
Fix reference files
* class/c++_ast/inheritance_001.aterm,
* class/c++_ast/inheritance_002.aterm,
* class/c++_ast/inheritance_004.aterm: here.
inheritance_001.aterm | 2 +-
inheritance_002.aterm | 2 +-
inheritance_004.aterm | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
Index: branches/scool-ng/tests/class/c++_ast/inheritance_001.aterm
===================================================================
--- branches/scool-ng/tests/class/c++_ast/inheritance_001.aterm (revision 107)
+++ branches/scool-ng/tests/class/c++_ast/inheritance_001.aterm (revision 108)
@@ -1 +1 @@
-CxxProgram([CxxClassDecl([(CxxType("typename"),"Exact")],CxxId("Bar"),[],[]),CxxClassDecl([(CxxType("typename"),"Exact")],CxxId("Foo"),("public",StaticFunctionCall(Identifier("Bar"),Parameters([Identifier("Exact")]))),[])])
+CxxProgram([CxxClassDecl([(CxxType("typename"),"Exact")],CxxId("Bar"),[],[]),CxxClassDecl([(CxxType("typename"),"Exact")],CxxId("Foo"),("public",CxxType(CxxId("Bar"),[CxxId("Exact")])),[])])
Index: branches/scool-ng/tests/class/c++_ast/inheritance_002.aterm
===================================================================
--- branches/scool-ng/tests/class/c++_ast/inheritance_002.aterm (revision 107)
+++ branches/scool-ng/tests/class/c++_ast/inheritance_002.aterm (revision 108)
@@ -1 +1 @@
-CxxProgram([CxxClassDecl([(CxxType("typename"),"Exact")],CxxId("Animal"),[],[]),CxxClassDecl([(CxxType("typename"),"Exact")],CxxId("Mammal"),("public",StaticFunctionCall(Identifier("Animal"),Parameters([Identifier("Exact")]))),[]),CxxClassDecl([],CxxId("Monkey"),("public",StaticFunctionCall(Identifier("Mammal"),Parameters([Identifier("Monkey")]))),[])])
+CxxProgram([CxxClassDecl([(CxxType("typename"),"Exact")],CxxId("Animal"),[],[]),CxxClassDecl([(CxxType("typename"),"Exact")],CxxId("Mammal"),("public",CxxType(CxxId("Animal"),[CxxId("Exact")])),[]),CxxClassDecl([],CxxId("Monkey"),("public",CxxType(CxxId("Mammal"),[CxxId("Monkey")])),[])])
Index: branches/scool-ng/tests/class/c++_ast/inheritance_004.aterm
===================================================================
--- branches/scool-ng/tests/class/c++_ast/inheritance_004.aterm (revision 107)
+++ branches/scool-ng/tests/class/c++_ast/inheritance_004.aterm (revision 108)
@@ -1 +1 @@
-CxxProgram([CxxClassDecl([(CxxType("typename"),"Exact")],CxxId("Cat"),("public",StaticFunctionCall(Identifier("Foo"),Parameters([Identifier("Exact"),Integer("42")]))),[])])
+CxxProgram([CxxClassDecl([(CxxType("typename"),"Exact")],CxxId("Cat"),("public",CxxType(CxxId("Foo"),[CxxId("Exact"),CxxInt("42")])),[])])
--
\__/ \__/
(00) Maxime `yabo` van Noppen (00)
___) \ Epita 2009 / (___
(_____/ \_____)