changeset 14508:0901f926ed50

maint: correct file name in test/bug-35448/module.mk file
author John W. Eaton <jwe@octave.org>
date Wed, 28 Mar 2012 23:09:43 -0400
parents 3f21c0c34b8f
children a88f8e4fae56
files test/bug-35448/module.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/bug-35448/module.mk	Wed Mar 28 23:21:44 2012 -0400
+++ b/test/bug-35448/module.mk	Wed Mar 28 23:09:43 2012 -0400
@@ -2,6 +2,6 @@
   bug-35448/fA.m \
   bug-35448/fB.m \
   bug-35448/fC.m \
-  class-concat/test_bug_35448.m
+  bug-35448/test_bug_35448.m
 
 FCN_FILES += $(bug_35448_FCN_FILES)