Commit Graph

3 Commits

Author SHA1 Message Date
Olly Betts 4180b48ad4 Revert attempt to improve parsing of &&
The fix itself works, but causes problems in other cases so back it
out for now.

Reopens #2228

This reverts commit 82ee2f8cd4.
This reverts commit 0f0d7cb00d.
2023-06-06 12:58:07 +12:00
Olly Betts 0f0d7cb00d Fix regression from previous change
The previous change broke the cpp_missing_rtemplate error testcase.
Fix this (and as a bonus, we now give a better error message for
this case).
2023-06-06 11:53:45 +12:00
William S Fulton 3055a21505 Errors test-suite overhaul
Use makefiles instead of a make.sh script
Expected results are in individual .stderr files instead of the expected.log file
Add errors test-suite to Travis testing and 'make check'
2014-01-19 00:12:12 +00:00