Skip to content

Commit b7f9130

Browse files
authored
Merge pull request swiftlang#27317 from gottesmm/pr-b5717067fec005e76089cd24f729fc2d1d2c4afb
[polymorphic-builtin] Disable experimental builtin test when optimiza…
2 parents 3fd8481 + c3be255 commit b7f9130

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Interpreter/polymorphic_builtins.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717

1818
// REQUIRES: executable_test
1919

20+
// TODO: Re-enable this when optimization is enabled.
21+
//
22+
// REQUIRES: swift_test_mode_optimize_none
23+
2024
import Swift
2125
import StdlibUnittest
2226
import mysimd

0 commit comments

Comments
 (0)