Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github authored Aug 17, 2023
1 parent cddd3c2 commit 4927c4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/testsymboldatabase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9399,7 +9399,6 @@ class TestSymbolDatabase : public TestFixture {
ASSERT(autoTok && autoTok->valueType());
ASSERT_EQUALS(autoTok->valueType()->constness, 3);
ASSERT_EQUALS(autoTok->valueType()->pointer, 1);
TODO_ASSERT(autoTok->valueType()->reference == Reference::LValue);
}

void auto19() { // #11517
Expand Down Expand Up @@ -9468,7 +9467,6 @@ class TestSymbolDatabase : public TestFixture {
const Token* v = Token::findsimplematch(a, "v . size");
ASSERT(v && v->valueType());
ASSERT_EQUALS(v->valueType()->type, ValueType::CONTAINER);
TODO_ASSERT(v->valueType()->reference == Reference::LValue);
ASSERT(v->variable() && v->variable()->isReference());
}

Expand Down

0 comments on commit 4927c4d

Please sign in to comment.