Skip to content

Commit d8731eb

Browse files
committed
Move two fuzzing tests back to fixed.
1 parent dc8e287 commit d8731eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

validation-test/compiler_crashers/28606-swift-typebase-getcanonicaltype.swift renamed to validation-test/compiler_crashers_fixed/28606-swift-typebase-getcanonicaltype.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

88
// REQUIRES: asserts
9-
// RUN: not --crash %target-swift-frontend %s -emit-ir
9+
// RUN: not %target-swift-frontend %s -emit-ir
1010
print([.h.h=#keyPath(n&_=(){
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

88
// REQUIRES: asserts
9-
// RUN: not --crash %target-swift-frontend %s -emit-ir
9+
// RUN: not %target-swift-frontend %s -emit-ir
1010
guard let f===#keyPath(n&_=#keyPath(a

0 commit comments

Comments
 (0)