Skip to content

Commit

Permalink
update test_misc.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Jun 28, 2024
1 parent de4b5e0 commit df3b98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_misc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ macro toml_str(s); TOML.parse(TOML.Parser(s)); end
"""

config = process_config_dict(config_dict)
@test (:analyze_from_definitions => true) in config
@test (:context => Base) in config
@test (:concretization_patterns => [:(const x_ = y_)]) in config
@test (:toplevel_logger => stdout) in config
Expand Down

0 comments on commit df3b98e

Please sign in to comment.