8bec5cf499
Will be changing a lot of the API, and do not want to have to change all the unit test and the rest of the code for every single change.
16 lines
229 B
Swift
16 lines
229 B
Swift
//
|
|
// FileHandle_Tests.swift
|
|
// SwiftShell
|
|
//
|
|
// Created by Kåre Morstøl on 19/08/14.
|
|
// Copyright (c) 2014 NotTooBad Software. All rights reserved.
|
|
//
|
|
|
|
import SwiftShell
|
|
import XCTest
|
|
|
|
class FileHandle_Tests: XCTestCase {
|
|
|
|
|
|
}
|