mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
// See https://swift.org/LICENSE.txt for license information
|
||||
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
|
||||
|
||||
// RUN: not --crash %target-swift-frontend %s -emit-ir
|
||||
// REQUIRES: asserts
|
||||
// RUN: not %target-swift-frontend %s -emit-ir
|
||||
// REQUIRES: asserts, swift_swift_parser
|
||||
struct B{func 丏
|
||||
f
|
||||
Reference in New Issue
Block a user