We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f0f6e commit 3c1e4ceCopy full SHA for 3c1e4ce
test-foundation-package/test-foundation-networking.txt
@@ -1,6 +1,12 @@
1
REQUIRES: platform=Linux
2
+
3
RUN: rm -rf %t
4
RUN: mkdir -p %t
5
6
RUN: %{swiftc} -o %t/test-foundation-networking %S/test-foundation-networking.swift
7
RUN: %t/test-foundation-networking | %{FileCheck} %s
8
9
+RUN: %{swiftc} -O -o %t/test-foundation-networking %S/test-foundation-networking.swift
10
+RUN: %t/test-foundation-networking | %{FileCheck} %s
11
12
CHECK: http://example.com
0 commit comments