Skip to content

Commit

Permalink
Fix the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dburkart committed Dec 6, 2024
1 parent 7fdae9c commit 523cf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AST/Validation/Test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ ValidationResult Test::_validateEnvironmentTest(const ASTNode *node) {
ValidationResult Test::_validateDuplicateTest(const ASTNode *node) {
std::vector<ASTNode *> children = node->children();

bool seenHeader = false, seenUD = false;
bool seenHeader = false, seenUID = false;

for (auto & it : children) {
const auto *tag = dynamic_cast<const ASTTag*>(it);
Expand Down

0 comments on commit 523cf8f

Please sign in to comment.