Skip to content

Commit f389f5f

Browse files
committed
FoundationXML: Add an integration test
1 parent ec90655 commit f389f5f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import Foundation
2+
import FoundationXML
3+
4+
print(NSStringFromClass(XMLDocument.self))
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
REQUIRES: platform=Linux
2+
RUN: rm -rf %t
3+
RUN: mkdir -p %t
4+
RUN: %{swiftc} -o %t/test-foundation-xml %S/test-foundation-xml.swift
5+
RUN: %t/test-foundation-xml | %{FileCheck} %s
6+
CHECK: NSXMLDocument

0 commit comments

Comments
 (0)