Files
swift-mirror/test/Interpreter/SDK/multi-file-imported-enum.swift
Dmitri Gribenko 486cab447d tests: replace 'rm -rf %t && mkdir -p %t' with '%empty-directory(%t)'
These changes were made using a script.
2017-06-04 11:08:39 -07:00

15 lines
324 B
Swift

// RUN: %empty-directory(%t)
// RUN: %target-build-swift -module-name test -whole-module-optimization %s %S/Inputs/multi-file-imported-enum/main.swift -o %t/a.out
// RUN: %target-run %t/a.out | %FileCheck %s
// REQUIRES: executable_test
// XFAIL: linux
import Foundation
class C {
let date = NSDate()
}
// CHECK: true