Skip to content

Commit 320af6b

Browse files
committed
Fix up 95b6324cbad6.
* test/load-path/module.mk: Use correct name of new file.
1 parent 7d04b21 commit 320af6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/load-path/module.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ load_path_TEST_FILES = \
33
%reldir%/in-load-path/load_path_fcn.m \
44
%reldir%/not-in-load-path/load_path_fcn.m \
55
%reldir%/shadowed-builtin/var.m \
6-
%reldir%/shadowed-corelib/plot.m
6+
%reldir%/shadowed-corelib/quad.m
77

88
TEST_FILES += $(load_path_TEST_FILES)

0 commit comments

Comments
 (0)