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 40688e6 commit 211f150Copy full SHA for 211f150
boa_gc/src/test/mod.rs
@@ -34,7 +34,7 @@ impl Harness {
34
BOA_GC.with(|current| {
35
let gc = current.borrow();
36
assert_eq!(gc.runtime.bytes_allocated, bytes);
37
- })
+ });
38
}
39
40
boa_gc/src/test/weak.rs
@@ -166,7 +166,7 @@ fn eph_self_referential() {
166
force_collect();
167
168
Harness::assert_exact_bytes_allocated(root_size);
169
170
171
172
#[test]
@@ -216,5 +216,5 @@ fn eph_self_referential_chain() {
216
217
218
219
220
0 commit comments