Skip to content

Commit f65b807

Browse files
vg0204arsenm
andauthored
Update llvm/unittests/CodeGen/MachineOperandTest.cpp
Co-authored-by: Matt Arsenault <[email protected]>
1 parent adf50d0 commit f65b807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/CodeGen/MachineOperandTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ TEST(MachineOperandTest, PrintLaneMask) {
302302
// Print a MachineOperand that is lanemask as in HEX representation.
303303
raw_string_ostream OS(str);
304304
MO.print(OS, /*TRI=*/nullptr);
305-
ASSERT_TRUE(str == "lanemask(0x000000000000000C)");
305+
EXPECT_EQ(str, "lanemask(0x000000000000000C)");
306306
}
307307

308308
TEST(MachineOperandTest, PrintRegisterLiveOut) {

0 commit comments

Comments
 (0)