Skip to content

Commit e949519

Browse files
authored
Merge pull request #62 from millenomi/foundationxml
FoundationXML: Add an integration test
2 parents 08910c6 + f389f5f commit e949519

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)