Skip to content

Commit 9c65a1c

Browse files
committed
Fix up 95b6324cbad6 again.
* test/load-path/module.mk: Use actually correct names of new files.
1 parent 320af6b commit 9c65a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/load-path/module.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ load_path_TEST_FILES = \
22
%reldir%/refresh-load-path.tst \
33
%reldir%/in-load-path/load_path_fcn.m \
44
%reldir%/not-in-load-path/load_path_fcn.m \
5-
%reldir%/shadowed-builtin/var.m \
6-
%reldir%/shadowed-corelib/quad.m
5+
%reldir%/shadowed-builtin/quad.m \
6+
%reldir%/shadowed-corelib/plot.m
77

88
TEST_FILES += $(load_path_TEST_FILES)

0 commit comments

Comments
 (0)