Skip to content

Commit ecf4d4d

Browse files
committed
Fix linux tests
1 parent 5f1a83e commit ecf4d4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/FirebladeMathTests/XCTestManifests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ extension FunctionTests {
5454
("test_sqrt", test_sqrt),
5555
("test_step", test_step),
5656
("test_tan", test_tan),
57-
("test_tanh", test_tanh),
58-
("test_trunc", test_trunc)
57+
("test_tanh", test_tanh)
5958
]
6059
}
6160

0 commit comments

Comments
 (0)