Skip to content

Commit 0ac3bc4

Browse files
fixup! Add test case to kill the wrong deallocation issue of JSClosure
1 parent 5ab86f3 commit 0ac3bc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/JavaScriptKitTests/JSClosureTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ class JSClosureTests: XCTestCase {
119119
while true {
120120
let obj = JSObject()
121121
if minClosurePointer == obj.id {
122-
_ = JSObject.global.process.stdout.write("Found matching object with id: \(obj.id)\n")
123122
break
124123
}
125124
}

0 commit comments

Comments
 (0)