mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
These test lines weren't actually providing any value and were annoying to write. Let's jut remove them.
11 lines
355 B
Swift
11 lines
355 B
Swift
// REQUIRES: swift_in_compiler
|
|
|
|
// RUN: %empty-directory(%t)
|
|
// RUN: %target-swift-ide-test -enable-bare-slash-regex -batch-code-completion -source-filename %s -filecheck %raw-FileCheck -completion-output-dir %t
|
|
|
|
func testLiteral() {
|
|
/foo/.#^RE_LITERAL_MEMBER^#
|
|
// RE_LITERAL_MEMBER-DAG: Keyword[self]/CurrNominal: self[#Regex<Substring>#];
|
|
}
|
|
|