public static void CheckLineNum(int actual, int expected)
 {
     UnitTest.ErrorIf(actual != expected, "Lexer line number: expected "
                      + expected + ", but got " + actual);
 }