summaryrefslogtreecommitdiff
path: root/op_crates/web/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'op_crates/web/lib.rs')
-rw-r--r--op_crates/web/lib.rs16
1 files changed, 0 insertions, 16 deletions
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!();
- }
- });
- }
}