Skip to content

Commit c99d9c5

Browse files
committed
[test] disable a flaky test configuration
See swiftlang#81085
1 parent f4c4657 commit c99d9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/embedded/traps-fatalerror-ir.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %target-swift-emit-ir -enable-experimental-feature Embedded -wmo %s -O | %FileCheck %s --check-prefix=CHECK-NOMESSAGE
33
// RUN: %target-swift-emit-ir -enable-experimental-feature Embedded -wmo %s -Osize | %FileCheck %s --check-prefix=CHECK-NOMESSAGE
44
// RUN: %target-swift-emit-ir -enable-experimental-feature Embedded -wmo %s -O -assert-config Debug | %FileCheck %s --check-prefix=CHECK-MESSAGE
5-
// RUN: %target-swift-emit-ir -enable-experimental-feature Embedded -wmo %s -Osize -assert-config Debug | %FileCheck %s --check-prefix=CHECK-MESSAGE
5+
// One configuration removed, see https://github.com/swiftlang/swift/issues/81085
66

77
// REQUIRES: swift_in_compiler
88
// REQUIRES: optimized_stdlib

0 commit comments

Comments
 (0)