Files
swift-mirror/test/SILOptimizer/swift-unit-tests.sil
Erik Eckstein 5208d6d467 Swift Optimizer: make the RunUnitTests a module pass
Which makes more sense. At the time RunUnitTests was added, there were no module passes, yet.
2022-10-17 11:45:30 +02:00

5 lines
89 B
Plaintext

// RUN: %target-sil-opt %s -run-unit-tests -o /dev/null
// REQUIRES: swift_in_compiler