Skip to content

Commit 243b353

Browse files
committed
Fix licensing comment and test syntax from @spevans feedback.
1 parent 939cc36 commit 243b353

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Foundation/FileManager_XDG.swift

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
// This source file is part of the Swift.org open source project
12
//
2-
// FileManager_XDG.swift
3-
// SwiftFoundation
3+
// Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors
4+
// Licensed under Apache License v2.0 with Runtime Library Exception
45
//
5-
// Created by Lily Vulcano on 2/26/18.
6-
// Copyright © 2018 Apple. All rights reserved.
6+
// See http://swift.org/LICENSE.txt for license information
7+
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
78
//
89

910
import CoreFoundation

TestFoundation/TestFileManager.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class TestFileManager : XCTestCase {
2929
("test_temporaryDirectoryForUser", test_temporaryDirectoryForUser),
3030
("test_creatingDirectoryWithShortIntermediatePath", test_creatingDirectoryWithShortIntermediatePath),
3131
("test_mountedVolumeURLs", test_mountedVolumeURLs),
32-
("test_contentsEqual", test_contentsEqual)
3332
("test_XDGStopgapsCoverAllConstants", test_XDGStopgapsCoverAllConstants),
3433
("test_parseXDGConfiguration", test_parseXDGConfiguration),
3534
("test_xdgURLSelection", test_xdgURLSelection),

0 commit comments

Comments
 (0)