Skip to content

Neg tests could infer //error and // error as the same thing  #7051

Closed
@ashwinbhaskar

Description

@ashwinbhaskar

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?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions