From 5377bceb5f60a4193adfe9068707b926037b8030 Mon Sep 17 00:00:00 2001 From: Rob Jonson Date: Wed, 28 Jul 2021 22:29:02 +0100 Subject: [PATCH] Update linux test list --- Tests/PathTests/XCTestManifests.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/PathTests/XCTestManifests.swift b/Tests/PathTests/XCTestManifests.swift index 09fcb82..74d1eb5 100644 --- a/Tests/PathTests/XCTestManifests.swift +++ b/Tests/PathTests/XCTestManifests.swift @@ -29,6 +29,7 @@ extension PathTests { ("testFindDepthRange", testFindDepthRange), ("testFindExecute", testFindExecute), ("testFindExtension", testFindExtension), + ("testFindHidden", testFindHidden), ("testFindMaxDepth1", testFindMaxDepth1), ("testFindMaxDepth2", testFindMaxDepth2), ("testFindMinDepth", testFindMinDepth),