Commit eb285e8
Fix "ambiguous first argument" warning in test suite (#189)
```
test/fiddle/test_pointer.rb:288: warning: ambiguous first argument;
put parentheses or a space even after '-' operator
```
I noticed this in one of my ruby builds:
https://github.com/ruby/ruby/actions/runs/14838247932/job/41654544867?pr=13159#step:8:1818
---------
Co-authored-by: Jean Boussier <[email protected]>
Co-authored-by: Sutou Kouhei <[email protected]>1 parent c361587 commit eb285e8
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | | - | |
287 | | - | |
288 | | - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
0 commit comments