Skip to content

Commit 83c5901

Browse files
committed
[V8] Fix tests
1 parent e1d6902 commit 83c5901

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/V8Tests/JSValueTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ final class JSValueTests: TestCase {
112112

113113
func testProperty() {
114114
do {
115-
let runtime = JSRuntime()
116-
let context = JSContext(runtime)
115+
let context = JSContext()
117116
let result = try context.evaluate("""
118117
(function(){
119118
return { property: 'test' }

0 commit comments

Comments
 (0)