diff --git a/test/opt/fold_test.cpp b/test/opt/fold_test.cpp index ae2283261..f05eadccf 100644 --- a/test/opt/fold_test.cpp +++ b/test/opt/fold_test.cpp @@ -259,7 +259,7 @@ const std::string& HeaderWithNaN() { %double_nan = OpConstant %double -0x1.8p+1024 )"; - return headerWithNan; + return headerWithNaN; } // clang-format off