We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fc5fa commit 011fec3Copy full SHA for 011fec3
nova_vm/tests/garbage_collection_tests.rs
@@ -68,10 +68,7 @@ fn garbage_collection_tests() {
68
fs::read_to_string(d.clone()).expect("Should have been able to read the file");
69
70
let allocator = Allocator::default();
71
- let mut agent = BoxedAgent::new(
72
- Options::default(),
73
- &DefaultHostHooks,
74
- );
+ let mut agent = BoxedAgent::new(Options::default(), &DefaultHostHooks);
75
agent.with(|agent, root_realms| {
76
let create_global_object: Option<fn(&mut Realm) -> Object> = None;
77
let create_global_this_value: Option<fn(&mut Realm) -> Object> = None;
0 commit comments