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:
parent
618b4f8e95
commit
e10c748d02
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue