projects
/
scilab.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
fix bug 3036 : stacksize no more in yasp
[scilab.git]
/
scilab
/
modules
/
graphics
/
tests
/
nonreg_tests
/
bug_3036.dia.ref
diff --git
a/scilab/modules/graphics/tests/nonreg_tests/bug_3036.dia.ref
b/scilab/modules/graphics/tests/nonreg_tests/bug_3036.dia.ref
index
f32c96a
..
f78d746
100644
(file)
--- a/
scilab/modules/graphics/tests/nonreg_tests/bug_3036.dia.ref
+++ b/
scilab/modules/graphics/tests/nonreg_tests/bug_3036.dia.ref
@@
-15,7
+15,7
@@
xdel(winsid());
x=linspace(-%pi,%pi,1000)';
ierr = execstr('surf(x,x,sin(x)*cos(x)'');','errcatch');
-if ierr <> 17 then bugmes();quit;end
+if ierr <> 0 then bugmes();quit;end
x=linspace(-%pi,%pi,100)';
plot(x,x);
curfig = gcf();