Commit ea0a8c1
Preserve failAfter directive in isoltest ASTJSON reformatting
When isoltest updates test expectations for ASTJSON tests, it calls
printSource() to rewrite the .sol input file. The function was not
outputting the failAfter directive that was parsed and stored in
m_expectedFailAfter, causing the directive to be silently dropped.
Fixes #140931 parent eccdf47 commit ea0a8c1
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
298 | 301 | | |
299 | 302 | | |
300 | 303 | | |
| |||
0 commit comments