Skip to content

Commit 1873cbd

Browse files
committed
absolute: no posix
1 parent 03d99da commit 1873cbd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

+stdlib/absolute.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545
b = strcat(pwd(), '/', b);
4646
end
4747

48-
b = stdlib.posix(b);
49-
5048
if strlength(c) == 0
5149
c = b;
5250
else

test/TestAbsolute.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
methods(TestClassSetup)
1414
function set_cwd(tc)
1515
import matlab.unittest.fixtures.CurrentFolderFixture
16-
tc.td = stdlib.posix(tc.createTemporaryFolder());
16+
tc.td = tc.createTemporaryFolder();
1717
tc.applyFixture(CurrentFolderFixture(tc.td))
1818
end
1919
end

0 commit comments

Comments
 (0)