Skip to content

Commit 54c6244

Browse files
committed
Fix typo
1 parent 0bb3c80 commit 54c6244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/IR/VFABIDemanglerTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ TEST_F(VFABIParserTest, ParseWideStructReturnTypeNEON) {
824824
TEST_F(VFABIParserTest, ParseUnsupportedStructReturnTypesSVE) {
825825
// Struct with array element type.
826826
EXPECT_FALSE(
827-
invokeParser("_ZGVsMxv_foo(vector_foo)", "{double, [4 x f32]}(float)"));
827+
invokeParser("_ZGVsMxv_foo(vector_foo)", "{double, [4 x float]}(float)"));
828828
// Nested struct type.
829829
EXPECT_FALSE(
830830
invokeParser("_ZGVsMxv_foo(vector_foo)", "{{float, float}}(float)"));

0 commit comments

Comments
 (0)