1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 18:05:33 +02:00

Testing out asserts.

This commit is contained in:
Doug Schaefer 2004-02-23 19:25:00 +00:00
parent 618b4f8e95
commit e10c748d02

View file

@ -90,6 +90,7 @@ public abstract class Parser extends ExpressionParser implements IParser
{
super( scanner, language, log );
requestor = callback;
assert true: this;
}
// counter that keeps track of the number of times Parser.parse() is called