Skip to content

Commit

Permalink
tryfix: repl & jit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chronostasys committed Jul 10, 2024
1 parent b511eba commit 8ab419b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ast/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ fn test_doc_symbol() {
}

#[test]
#[ignore]
// #[ignore]
#[cfg(feature = "jit")]
fn test_orc_jit() {
use crate::ast::compiler::{compile, Options};
Expand Down
3 changes: 2 additions & 1 deletion src/repl/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ impl super::editor::TermEditor for TestEditor {

#[ignore]
#[test]
#[cfg(test)]
fn test_repl() {
let rl = TestEditor::new(
VecDeque::from(vec![
Expand All @@ -81,7 +82,7 @@ fn test_repl() {
"@repl symbol".to_owned(),
]),
VecDeque::from(vec![
false, false, true, true, false, false, false, false, false, false, false, false,
false, false, true, false, false, false, false, false, false, false, false, false,
false, false, false, false, false,
]),
);
Expand Down

0 comments on commit 8ab419b

Please sign in to comment.