test/stdlib: cover wasm32 in FloatingPointIR.swift (#67138)

This makes sure that floating point IR doesn't regress when targeting wasm32.
This commit is contained in:
Max Desiatov
2023-07-06 10:17:16 +01:00
committed by GitHub
parent 9943f73d0f
commit bc783c4601

View File

@@ -56,3 +56,6 @@ func testConstantFoldFloatLiterals() {
// s390x: call swiftcc void @"$s15FloatingPointIR13acceptFloat32yySfF{{.*}}"(float 1.000000e+00)
// s390x: call swiftcc void @"$s15FloatingPointIR13acceptFloat64yySdF{{.*}}"(double 1.000000e+00)
// wasm32: call swiftcc void @"$s15FloatingPointIR13acceptFloat32yySfF{{.*}}"(float 1.000000e+00)
// wasm32: call swiftcc void @"$s15FloatingPointIR13acceptFloat64yySdF{{.*}}"(double 1.000000e+00)