When writing tests in neg package we have the option of giving // error at the end of a line to indicate a compilation error on that line. The space between // and error is strictly required and I have spent a lot of time figuring out why my tests in the neg folder did not work. Apparently I missed the space.
Can we simplify this by treating both //error and // error as the same?