Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
chengsun committed May 29, 2022
1 parent dbaae37 commit d56dc9a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/escape.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,6 @@ mod tests {
fn run_test(input: &[u8], output: Option<&[u8]>) {
let generic = GenericUnescape::new();
generic.run_test(input, output);

// match Sse2Pclmulqdq::new() {
// Some(sse2_pclmulqdq) => sse2_pclmulqdq.run_test(input, output),
// None => (),
// }
}

#[test] fn test_backslash_b() { run_test(b"\\b", Some(&b"\x07"[..])); }
Expand Down

0 comments on commit d56dc9a

Please sign in to comment.