Commit 2557da2
committed
test: Use puts for inferred clock gator borrow failures
The inferred_clock_gator_time_borrow and inferred_clock_gator_time_borrow_covered regressions moved from PASSFAIL_TESTS to .ok golden comparison, so a thrown utl::error is no longer required to flag a failure.
Replace the utl::error calls with puts, keeping the same message text. On failure the message is now emitted to stdout and caught by the golden .ok diff; the passing golden output is unchanged because these branches only fire when the borrow check fails.
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>1 parent dc4b0dc commit 2557da2
2 files changed
Lines changed: 4 additions & 4 deletions
File tree
- src/rsz/test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
0 commit comments