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.
7 lines
153 B
Swift
7 lines
153 B
Swift
// RUN: %target-swift-ide-test -repl-code-completion -source-filename %s | %FileCheck %s
|
|
|
|
// CHECK-DAG: .self: _
|
|
// CHECK-DAG: {{^}}true: Bool{{$}}
|
|
|
|
tru
|