changeset 12799:e0b174e99449

codesprint: fix comment * wavread.m: Use same style of comment for assert(1) test that is used in other files.
author John W. Eaton <jwe@octave.org>
date Sat, 16 Jul 2011 13:33:47 -0400
parents 6fdf4927fefc
children bde2c81aa2e6
files scripts/audio/wavread.m
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/audio/wavread.m	Sat Jul 16 12:31:48 2011 -0500
+++ b/scripts/audio/wavread.m	Sat Jul 16 13:33:47 2011 -0400
@@ -240,7 +240,6 @@
   endif
 endfunction
 
-
-%% Tests for wavread/wavwrite pair are in wavrite.m
-%!assert(1)  # stop fntests.m from reporting no tests for wavread
-
+## Mark file as being tested.  Tests for wavread/wavwrite pair are in
+## wavrite.m
+%!assert(1)