Skip to content

Commit 1c30f1b

Browse files
committed
update
1 parent ba3875b commit 1c30f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SWBCoreTests/SettingsTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,7 @@ import SWBMacro
19011901
projects: [TestProject("aProject",
19021902
groupTree: TestGroup("SomeFiles", children: []),
19031903
targets: [
1904-
TestStandardTarget("Target1",
1904+
TestStandardTarget("Target1", type: .commandLineTool,
19051905
buildConfigurations: [
19061906
TestBuildConfiguration("Debug",
19071907
buildSettings: [
@@ -1935,7 +1935,7 @@ import SWBMacro
19351935
TestProject("aProject",
19361936
groupTree: TestGroup("SomeFiles", children: []),
19371937
targets: [
1938-
TestStandardTarget("Target1", buildConfigurations: [
1938+
TestStandardTarget("Target1", type: .commandLineTool, buildConfigurations: [
19391939
TestBuildConfiguration("Debug", buildSettings: [
19401940
"SYMROOT": "./build",
19411941
"DSTROOT": "build/foo/bar/something/../dst",

0 commit comments

Comments
 (0)