Skip to content

Commit

Permalink
fix up rust test
Browse files Browse the repository at this point in the history
  • Loading branch information
oflatt committed Aug 20, 2024
1 parent 28f0b67 commit 1980203
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,8 @@ fn test_subsume() {
None,
r#"
;; add something equal to x that can be extracted:
(declare other Math)
(function otherConst () Math)
(let other (otherConst))
(union x other)
(extract x 10)
"#,
Expand Down

0 comments on commit 1980203

Please sign in to comment.