[test/Interop] Fix typos (#75032)

This commit is contained in:
Alexander Cyon
2024-08-28 18:41:09 +02:00
committed by GitHub
parent 2cd4b6973a
commit db0b5db54e
12 changed files with 25 additions and 25 deletions

View File

@@ -51,7 +51,7 @@ int main() {
VERIFY_PASSTHROUGH_VALUE($s9Functions024passThroughCUnsignedLongE0ys6UInt64VADF, 0xFFFFFFFF);
// passThrougCFloat
VERIFY_PASSTHROUGH_VALUE($s9Functions16passThrougCFloatyS2fF, 1.0f);
VERIFY_PASSTHROUGH_VALUE($s9Functions17passThroughCFloatyS2fF, 1.0f);
// passThroughCDouble
VERIFY_PASSTHROUGH_VALUE($s9Functions18passThroughCDoubleyS2dF, 42.125f);