File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %target-run-simple-swift(-Onone -DDEBUG )
1
+ // RUN: %target-run-simple-swift(-Onone)
2
2
// RUN: %target-run-simple-swift(-O)
3
3
// REQUIRES: executable_test
4
4
// REQUIRES: objc_interop
@@ -198,11 +198,6 @@ DictionaryTraps.test("ForcedNonverbatimBridge.Value")
198
198
_ = d1 as! Dictionary < NSObject , String >
199
199
}
200
200
201
- // FIXME: <https://bugs.swift.org/browse/SR-14282>
202
- // Segmentation fault: 11 (when compiling with optimizations).
203
- // While running pass #0 SILModuleTransform "SILGenCleanup".
204
- #if DEBUG
205
-
206
201
DictionaryTraps . test ( " ForcedVerbatimBridge.StringKey " )
207
202
. skip ( . custom(
208
203
{ _isFastAssertConfiguration ( ) } ,
@@ -281,8 +276,6 @@ DictionaryTraps.test("ForcedVerbatimBridge.Value")
281
276
}
282
277
}
283
278
284
- #endif // DEBUG
285
-
286
279
DictionaryTraps . test ( " Downcast.Verbatim " )
287
280
. skip ( . custom(
288
281
{ _isFastAssertConfiguration ( ) } ,
You can’t perform that action at this time.
0 commit comments