From 3c5bd26668e9809477ea4a8abd990f5cc13a2dc0 Mon Sep 17 00:00:00 2001 From: Jaebaek Seo Date: Tue, 17 Apr 2018 14:13:19 -0400 Subject: [PATCH] Typo --- test/opt/fold_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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