Skip to content

Commit 157632f

Browse files
committed
[cxx-interop] benchmark, disable ReadAccessor benchmark while investigating build regression after rebranch
1 parent e7603eb commit 157632f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

benchmark/cxx-source/ReadAccessor.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
///
1616
// -----------------------------------------------------------------------------
1717

18+
#if FIXED117438849
19+
1820
import TestsUtils
1921
import CxxSubscripts
2022

@@ -42,3 +44,5 @@ public func run_ReadAccessor(_ N: Int) {
4244
}
4345
}
4446
}
47+
48+
#endif

0 commit comments

Comments
 (0)