From 973c33c8995f63da187daa6a434333315192b521 Mon Sep 17 00:00:00 2001 From: ali ahmed <48116123+AliBasicCoder@users.noreply.github.com> Date: Tue, 19 Jan 2021 22:58:57 +0200 Subject: feat(web): add utf-16 and big5 to TextEncoder/TextDecoder (#8108) --- op_crates/web/lib.rs | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'op_crates/web/lib.rs') diff --git a/op_crates/web/lib.rs b/op_crates/web/lib.rs index 79f810fb5..209183d81 100644 --- a/op_crates/web/lib.rs +++ b/op_crates/web/lib.rs @@ -159,20 +159,4 @@ mod tests { } }); } - - #[test] - fn test_text_encoding() { - run_in_task(|mut cx| { - let mut isolate = setup(); - isolate - .execute( - "text_encoding_test.js", - include_str!("text_encoding_test.js"), - ) - .unwrap(); - if let Poll::Ready(Err(_)) = isolate.poll_event_loop(&mut cx) { - unreachable!(); - } - }); - } } -- cgit v1.2.3