Skip to content

Commit 579e37d

Browse files
authored
Merge pull request #39425 from slavapestov/disable-rqm-for-compiler-crasher
Disable requirement machine with compiler_crashers_2_fixed/0022-rdar21625478.swift for now
2 parents 7b4e69a + 4c8e742 commit 579e37d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

validation-test/compiler_crashers_2_fixed/0022-rdar21625478.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// RUN: %target-swift-frontend %s -emit-silgen
1+
// RUN: %target-swift-frontend %s -emit-silgen -requirement-machine=off
2+
3+
// rdar://80395274 tracks getting this to pass with the requirement machine.
24

35
import StdlibUnittest
46

0 commit comments

Comments
 (0)