mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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
|