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 a73e0ba commit 0085cc0Copy full SHA for 0085cc0
jvm/tests/test_garbage_collection.rs
@@ -61,7 +61,6 @@ async fn test_garbage_collection() -> JvmResult<()> {
61
)
62
.await?;
63
64
- // temporaries from string construction should be garbage collected
65
let garbage_count = jvm.collect_garbage()?;
66
assert_eq!(garbage_count, 3);
67
0 commit comments