Skip to content
Open
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update liquidjava-verifier/src/test/java/liquidjava/integration/Verif…
…icationWorkflowIntegrationTest.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
CatarinaGamboa and Copilot authored Nov 13, 2025
commit 78d3ecf04df2826db540d1734c6158e981f99621
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ void testScopedVariableLifetime() {
// Test variables in nested scopes with same names
CtTypeReference<Integer> intType = factory.Type().integerPrimitiveType();

// Global x
// Base scope x
context.addVarToContext("x", intType, Predicate.createLit("0", "int"), factory.createLiteral(0));
assertEquals(1, context.getAllVariables().size());

Expand Down