Commit b77e0b9
authored
Fix a typo in run_all_no_compressed_oop (#306)
This function should take one argument, but it used $2 instead. In
previous runs, invocations of run_all_no_compressed_oop have failed
silently without making the GitHub-level CI test case
`ci-test-only-normal-no-compressed-oops` fail.
This PR fixes the typo.1 parent 8f7bf0a commit b77e0b9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments