mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[lit] Add substitutions: %utils and %line-directive
%utils => ${SWIFT_SOURCE_DIR}/utils
%line-directive => ${SWIFT_SOURCE_DIR}/utils/line-directive
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// RUN: mkdir -p %t
|
||||
// RUN: %S/../../utils/split_file.py -o %t %s
|
||||
// RUN: %utils/split_file.py -o %t %s
|
||||
// RUN: %target-swift-frontend -dump-interface-hash %t/a.swift 2> %t/a.hash
|
||||
// RUN: %target-swift-frontend -dump-interface-hash %t/b.swift 2> %t/b.hash
|
||||
// RUN: not cmp %t/a.hash %t/b.hash
|
||||
|
||||
Reference in New Issue
Block a user