We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make zjit-test
1 parent ae767b6 commit dfcb79cCopy full SHA for dfcb79c
1 file changed
zjit/src/hir_type/mod.rs
@@ -880,7 +880,6 @@ mod tests {
880
881
#[test]
882
fn string_subclass_is_string_subtype() {
883
- use crate::cruby::{rb_callable_method_entry, ID};
884
crate::cruby::with_rubyvm(|| {
885
assert_subtype(types::StringExact, types::String);
886
assert_subtype(Type::from_class(unsafe { rb_cString }), types::String);
0 commit comments