Skip to content

Commit

Permalink
Char test not field dependent
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-barrett committed Jan 17, 2024
1 parent e23bfc0 commit 1701a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lem/tests/eval_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1968,7 +1968,7 @@ fn char_num() {
#[test]
fn char_coercion() {
let s = &Store::<Fr>::default();
let expr = r#"(char (- 0 4294967200))"#;
let expr = r#"(char (+ 4294967296 97))"#;
let expected_a = s.read_with_default_state(r"#\a").unwrap();
let terminal = s.cont_terminal();
test_aux::<Coproc<Fr>>(
Expand Down

0 comments on commit 1701a65

Please sign in to comment.