projects
/
scilab.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
ast: fix memleaks detected by ASAN during testing
[scilab.git]
/
scilab
/
modules
/
ast
/
tests
/
nonreg_tests
/
bug_15642.dia.ref
diff --git
a/scilab/modules/ast/tests/nonreg_tests/bug_15642.dia.ref
b/scilab/modules/ast/tests/nonreg_tests/bug_15642.dia.ref
index
88179a2
..
a567934
100644
(file)
--- a/
scilab/modules/ast/tests/nonreg_tests/bug_15642.dia.ref
+++ b/
scilab/modules/ast/tests/nonreg_tests/bug_15642.dia.ref
@@
-17,6
+17,6
@@
A=sparse([1 1; 2 2; 3 3],[%t %f %t],[3 3]);
A(:)
ans =
-( 9, 1) sparse matrix
+( 9, 1) sparse boolean matrix
( 1, 1) T
( 9, 1) T