Files
swift-mirror/test/Interpreter/SDK/Cocoa_repl.swift
Ted Kremenek fad874708e Adjust test cases.
Swift SVN r17964
2014-05-12 22:01:52 +00:00

10 lines
244 B
Swift

// RUN: rm -rf %t/clang-module-cache
// RUN: %swift -module-cache-path %t/clang-module-cache -sdk %sdk -repl < %s | FileCheck %s
// REQUIRES: sdk
// REQUIRES: swift_repl
import Cocoa
// CHECK: 0{{$}}
println(NSNumber(integer: 0).description)