We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a73942 + eb83b55 commit 3de614bCopy full SHA for 3de614b
llvm/unittests/Support/FileCheckTest.cpp
@@ -714,6 +714,7 @@ TEST_F(FileCheckTest, Binop) {
714
Value = Binop.eval();
715
expectUndefErrors({"FOO", "BAR"}, Value.takeError());
716
717
+ {
718
// Literal + Variable has format of variable.
719
ExprStr = bufferize(SM, "FOO+18");
720
FooStr = ExprStr.take_front(3);
@@ -736,6 +737,7 @@ TEST_F(FileCheckTest, Binop) {
736
737
ImplicitFormat = Binop.getImplicitFormat(SM);
738
ASSERT_THAT_EXPECTED(ImplicitFormat, Succeeded());
739
EXPECT_EQ(*ImplicitFormat, ExpressionFormat::Kind::Unsigned);
740
+ }
741
742
// Variables with different implicit format conflict.
743
ExprStr = bufferize(SM, "FOO+BAZ");
0 commit comments