Skip to content

Commit 23be491

Browse files
Add construction test cases
1 parent b151fb8 commit 23be491

File tree

1 file changed

+1
-3
lines changed
  • IntegrationTests/JavaScriptKitExec/Sources/JavaScriptKitExec

1 file changed

+1
-3
lines changed

IntegrationTests/JavaScriptKitExec/Sources/JavaScriptKitExec/main.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,8 @@ Host_Function_Registration: do {
176176
}
177177

178178
try expectEqual(hostFunc2(3), .number(6))
179-
// FIXME: Crash with latest toolchain
180-
/*
181179
_ = try expectString(hostFunc2(true))
182-
*/
180+
183181
} catch {
184182
print(error)
185183
}

0 commit comments

Comments
 (0)