mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Change the flag to imply '-enable-experimental-string-processing', and and update some tests to start using it.
6 lines
227 B
Swift
6 lines
227 B
Swift
// RUN: %target-typecheck-verify-swift -enable-bare-slash-regex
|
|
// REQUIRES: swift_in_compiler
|
|
|
|
// Note there is purposefully no trailing newline here.
|
|
// expected-error@+1 {{unterminated regex literal}}
|
|
var unterminated = #/xy |