mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
d3b8ce7ae2
Also remove uses of -emit-parseable-module-interface from tests
9 lines
183 B
Python
9 lines
183 B
Python
# RUN: %swift_build_sdk_interfaces -machine-parseable-monotonic-version | \
|
|
# RUN: %{python} %s
|
|
|
|
import sys
|
|
|
|
lines = list(sys.stdin)
|
|
assert len(lines) == 1
|
|
assert int(lines[0]) > 0
|