scilab: remove disp int test
This commit is contained in:
parent
fed23469f2
commit
35ef7b774b
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ function test_out_matrix(value_type, expected_out_matrix)
|
|||
cmd = msprintf("out_matrix = out_%s_matrix_func();", value_type);
|
||||
ierr = execstr(cmd, "errcatch");
|
||||
if ierr <> 0 then swigtesterror(); end
|
||||
disp(out_matrix);
|
||||
if ~isdef('expected_out_matrix') | out_matrix <> expected_out_matrix then swigtesterror(); end
|
||||
endfunction
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue