forked from OSchip/llvm-project
[clang] Use Any::has_value instead of Any::hasValue (NFC)
This commit is contained in:
parent
6d1a685172
commit
fc4d3a1109
|
@ -1294,7 +1294,7 @@ TEST_F(AtomicChangeTest, Metadata) {
|
|||
|
||||
TEST_F(AtomicChangeTest, NoMetadata) {
|
||||
AtomicChange Change(Context.Sources, DefaultLoc);
|
||||
EXPECT_FALSE(Change.getMetadata().hasValue());
|
||||
EXPECT_FALSE(Change.getMetadata().has_value());
|
||||
}
|
||||
|
||||
class ApplyAtomicChangesTest : public ::testing::Test {
|
||||
|
|
Loading…
Reference in New Issue