Commit 15a37fa
test: update instrumentation test for assertion type inference
The behavior mode instrumentation test expected `Object _cf_result1`
but after the type inference fix, assertEquals(4, call()) now produces
`int _cf_result1 = (int)_cf_result1_1`.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 342a9c5 commit 15a37fa
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1324 | 1324 | | |
1325 | 1325 | | |
1326 | 1326 | | |
1327 | | - | |
| 1327 | + | |
1328 | 1328 | | |
1329 | 1329 | | |
1330 | 1330 | | |
| |||
0 commit comments