cleanup tests template

This commit is contained in:
Eric Vergnaud 2015-06-23 22:12:48 +08:00
parent cdbfecaca8
commit 7636b744b3
1 changed files with 0 additions and 4 deletions

View File

@ -151,8 +151,6 @@ writeln(s) ::= <<Console.WriteLine(<s>);>>
write(s) ::= <<Console.Write(<s>);>>
more() ::= " "
False() ::= "false"
True() ::= "true"
@ -191,8 +189,6 @@ ModMemberEquals(n,m,v) ::= <%this.<n> % <m> == <v>%>
ModMemberNotEquals(n,m,v) ::= <%this.<n> % <m> != <v>%>
CheckVectorContext(s,v) ::= "Object[] <s> = <v>;"
DumpDFA() ::= "this.DumpDFA();"
Pass() ::= ""