languages

A collection of programs made with different programming languages.
git clone git://evanalba.com/languages
Log | Files | Refs

RunnerTests.swift (290B)


      1 import FlutterMacOS
      2 import Cocoa
      3 import XCTest
      4 
      5 class RunnerTests: XCTestCase {
      6 
      7   func testExample() {
      8     // If you add code to the Runner application, consider adding tests here.
      9     // See https://developer.apple.com/documentation/xctest for more information about using XCTest.
     10   }
     11 
     12 }