Skip to content

Commit

Permalink
Test deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenJ committed Dec 2, 2024
1 parent bdf0ac0 commit cee11c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ end
st = grammar2symboltable(g, DefiningAVariable)
@test st[:x] == 1

st = SymbolTable(g, DefiningAVariable)
@test_warn r"deprecated" st = SymbolTable(g, DefiningAVariable)
@test st[:x] == 1
end

0 comments on commit cee11c7

Please sign in to comment.