diff libinterp/corefcn/colamd.cc @ 28907:11f1207111c5

maint: Don't use semicolon at end of single-line BIST tests. * Cell.cc, colamd.cc, mappers.cc, sparse.cc, strfns.cc, sub2ind.cc, tril.cc, variables.cc, ov-cell.cc, integral3.m, quadv.m, import.m, isosurface.m, betainc.m, cosint.m, gammainc.m, native2unicode.m, bug-50014.tst, package-function.tst, static-method.tst, func.tst, if.tst, bug-51725.tst, mk-sparse-tst.sh, nest.tst, pkg.tst: Delete semicolon from end of %!assert, %!error, %!warning single-line BIST tests.
author Rik <rik@octave.org>
date Tue, 13 Oct 2020 14:23:39 -0700
parents 06c8e0877864
children 7854d5752dd2
line wrap: on
line diff
--- a/libinterp/corefcn/colamd.cc	Tue Oct 13 13:55:09 2020 -0700
+++ b/libinterp/corefcn/colamd.cc	Tue Oct 13 14:23:39 2020 -0700
@@ -772,10 +772,10 @@
 }
 
 /*
-%!assert (etree (sparse ([1,2], [1,2], [1,1], 2, 2)), [0, 0]);
-%!assert (etree (sparse ([1,2], [1,2], [true, true], 2, 2)), [0, 0]);
-%!assert (etree (sparse ([1,2], [1,2], [i,i], 2, 2)), [0, 0]);
-%!assert (etree (gallery ("poisson", 16)), [2:256, 0]);
+%!assert (etree (sparse ([1,2], [1,2], [1,1], 2, 2)), [0, 0])
+%!assert (etree (sparse ([1,2], [1,2], [true, true], 2, 2)), [0, 0])
+%!assert (etree (sparse ([1,2], [1,2], [i,i], 2, 2)), [0, 0])
+%!assert (etree (gallery ("poisson", 16)), [2:256, 0])
 
 %!error etree ()
 %!error etree (1, 2, 3)