Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix culture-dependent ToString in illink tests (dotnet#96172)
We should be emitting the double/float string using invariant culture to avoid failures like this on cultures where decimal point is comma: ``` Expected: ldc.r8 2.5 ret Actual: ldc.r8 2,5 ret ```
- Loading branch information