Skip to content

Commit 0085cc0

Browse files
committed
Fix
1 parent a73e0ba commit 0085cc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jvm/tests/test_garbage_collection.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ async fn test_garbage_collection() -> JvmResult<()> {
6161
)
6262
.await?;
6363

64-
// temporaries from string construction should be garbage collected
6564
let garbage_count = jvm.collect_garbage()?;
6665
assert_eq!(garbage_count, 3);
6766

0 commit comments

Comments
 (0)