We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d99da commit 1873cbdCopy full SHA for 1873cbd
+stdlib/absolute.m
@@ -45,8 +45,6 @@
45
b = strcat(pwd(), '/', b);
46
end
47
48
-b = stdlib.posix(b);
49
-
50
if strlength(c) == 0
51
c = b;
52
else
test/TestAbsolute.m
@@ -13,7 +13,7 @@
13
methods(TestClassSetup)
14
function set_cwd(tc)
15
import matlab.unittest.fixtures.CurrentFolderFixture
16
-tc.td = stdlib.posix(tc.createTemporaryFolder());
+tc.td = tc.createTemporaryFolder();
17
tc.applyFixture(CurrentFolderFixture(tc.td))
18
19
0 commit comments