Skip to content

Commit cc9e578

Browse files
author
Randy Souza
committed
Fix path in test runner
1 parent f76b31c commit cc9e578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runner.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
oldPath = addpath(fullfile('..', 'src'));
1+
oldPath = addpath(fullfile('..', 'tbx', 'leftpad'));
22

33
runtests('leftpadTests.m');
44

0 commit comments

Comments
 (0)