Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove check for
info func println
in debuginfotest
After the merge of ee638aa println(String) is being inlined in Java 17 and thus it can no longer be listed with `info func println`. Note that we already have a similar check that takes in account inlining and uses methods defined in the Hello test, so the removal of this check should be OK. (cherry picked from commit 1d548b0)
- Loading branch information