Skip to content

Commit 6233a65

Browse files
committed
[cxx-interop][nfc] Disable test for div.
1 parent 50ce843 commit 6233a65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Interop/Cxx/stdlib/avoid-import-cxx-math.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ func test() {
1111
let _ = pow(x, y)
1212

1313
let _ = abs(x)
14-
let _ = div(42, 2)
14+
// https://github.com/apple/swift/issues/67006
15+
// let _ = div(42, 2)
1516
let _ = sin(x)
1617
let _ = cos(x)
1718
let _ = strstr("a", "aaa")

0 commit comments

Comments
 (0)