mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This allows us to mark this flag as DoesNotAffectIncrementalBuild, so that switching between a tty and non-tty doesn't cause full rebuilds with swiftpm. https://bugs.swift.org/browse/SR-7982
5 lines
131 B
Swift
5 lines
131 B
Swift
// RUN: not %target-swiftc_driver -color-diagnostics -emit-executable -o %t %s 2>&1 | %FileCheck %s
|
|
|
|
// CHECK: [0m1 = 2{{$}}
|
|
1 = 2
|