diff test/module.mk @ 26719:91b152968ec1

allow object.method@superclass (...) to work (bug #47680) * ov-classdef.cc (octave_classdef_superclass_ref::call): Allow the method portion of the superclass reference to be of the form object.method. * test/bug-47680/bug-47680.tst, test/bug-47680/sub_bug47680.m, test/bug-47680/super_bug47680.m, test/bug-47680/module.mk: New files. * test/module.mk: Update.
author John W. Eaton <jwe@octave.org>
date Mon, 11 Feb 2019 20:56:27 +0000
parents 8e97a2e5ab66
children 88653f8d536d
line wrap: on
line diff
--- a/test/module.mk	Mon Feb 11 20:49:48 2019 +0000
+++ b/test/module.mk	Mon Feb 11 20:56:27 2019 +0000
@@ -63,6 +63,7 @@
 include %reldir%/bug-41723/module.mk
 include %reldir%/bug-44940/module.mk
 include %reldir%/bug-46660/module.mk
+include %reldir%/bug-47680/module.mk
 include %reldir%/bug-49379/module.mk
 include %reldir%/bug-50014/module.mk
 include %reldir%/bug-50035/module.mk