Skip to content

Commit a66f4ad

Browse files
committed
remove temp test
1 parent ac2dc13 commit a66f4ad

File tree

1 file changed

+2
-2
lines changed
  • src/fast_automaton/convert/to_regex

1 file changed

+2
-2
lines changed

src/fast_automaton/convert/to_regex/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ mod tests {
435435
Ok(())
436436
}
437437

438-
#[test]
438+
/*#[test]
439439
fn test_convert_after_operation_5() -> Result<(), String> {
440440
if std::env::var_os("RUST_LOG").is_none() {
441441
std::env::set_var("RUST_LOG", "regexsolver=debug");
@@ -461,5 +461,5 @@ mod tests {
461461
assert_eq!("(x{3})*x{1,2}", result.to_string());
462462
463463
Ok(())
464-
}
464+
}*/
465465
}

0 commit comments

Comments
 (0)