967f583e41
Without sound null safety result of int.parse is inferred as nullable, making the IL test vm/dart/records_allocation_sinking_il_test dependent on the sound null safety mode. The test is changed so the argument 'x' of 'test' is always non-nullable and always unboxed. Follow-up to the unboxing fix https://github.com/dart-lang/sdk/commit/85d1a7752eb0196ceff40f8d3a9db843db5205c2 TEST=vm/dart/records_allocation_sinking_il_test Cq-Include-Trybots: luci.dart.try:vm-kernel-precomp-nnbd-linux-release-x64-try Change-Id: I9c532a644d03e0fdb7b70875c323fcbbb5238948 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/284382 Auto-Submit: Alexander Markov <alexmarkov@google.com> Commit-Queue: Slava Egorov <vegorov@google.com> Reviewed-by: Slava Egorov <vegorov@google.com>