Skip to content

Commit c67d039

Browse files
author
joaosaffran
committed
formating
1 parent 7a82fa9 commit c67d039

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

llvm/unittests/Object/DXContainerTest.cpp

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -870,9 +870,8 @@ TEST(RootSignature, ParseRootFlags) {
870870
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
871871
0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
872872
};
873-
EXPECT_THAT_EXPECTED(
874-
DXContainer::create(getMemoryBuffer<68>(Buffer)),
875-
FailedWithMessage("Invalid Root Signature Version"));
873+
EXPECT_THAT_EXPECTED(DXContainer::create(getMemoryBuffer<68>(Buffer)),
874+
FailedWithMessage("Invalid Root Signature Version"));
876875
}
877876
{
878877
// Flag has been set to an invalid value
@@ -884,8 +883,7 @@ TEST(RootSignature, ParseRootFlags) {
884883
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
885884
0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0xFF,
886885
};
887-
EXPECT_THAT_EXPECTED(
888-
DXContainer::create(getMemoryBuffer<68>(Buffer)),
889-
FailedWithMessage("Invalid Root Signature flag"));
886+
EXPECT_THAT_EXPECTED(DXContainer::create(getMemoryBuffer<68>(Buffer)),
887+
FailedWithMessage("Invalid Root Signature flag"));
890888
}
891889
}

0 commit comments

Comments
 (0)