forked from jasder/antlr
cleanup tests template
This commit is contained in:
parent
cdbfecaca8
commit
7636b744b3
|
@ -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() ::= ""
|
||||
|
|
Loading…
Reference in New Issue