Skip to content

Commit

Permalink
libnixf/test/Sema: format VariableLookup.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Aug 2, 2024
1 parent 5c3f5ca commit 187aabe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libnixf/test/Sema/VariableLookup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,11 @@ TEST_F(VLATest, EscapingWith) {
}

TEST_F(VLATest, EscapingWithButBuiltin) {
std::shared_ptr<Node> AST = parse("with { a = 1; }; [ a true false null ]", Diags);
std::shared_ptr<Node> AST =
parse("with { a = 1; }; [ a true false null ]", Diags);
VariableLookupAnalysis VLA(Diags);
VLA.runOnAST(*AST);

ASSERT_EQ(Diags.size(), 0);
}

Expand Down

0 comments on commit 187aabe

Please sign in to comment.