Skip to content

Commit c142205

Browse files
committed
Resolve an old compiler crasher via the new diagnostic formatter
The old diagnostic formatter would crash on some Fix-Its involving Unicode characters. The new one does not.
1 parent 8cd2f34 commit c142205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

validation-test/compiler_crashers/28510-size-t-llvm-sys-locale-columnwidth-i-gettext-i-gettext-size.swift renamed to validation-test/compiler_crashers_fixed/28510-size-t-llvm-sys-locale-columnwidth-i-gettext-i-gettext-size.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// See https://swift.org/LICENSE.txt for license information
66
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

8-
// RUN: not --crash %target-swift-frontend %s -emit-ir
9-
// REQUIRES: asserts
8+
// RUN: not %target-swift-frontend %s -emit-ir
9+
// REQUIRES: asserts, swift_swift_parser
1010
struct B{func
1111
f

0 commit comments

Comments
 (0)