diff options
author | Serge Steer <serge.steer@scilab.org> | 2007-02-20 12:31:23 +0000 |
---|---|---|
committer | Serge Steer <serge.steer@scilab.org> | 2007-02-20 12:31:23 +0000 |
commit | 97b607098761206551f4e45c2b8798188caa7b5c (patch) | |
tree | 81d10332925439504d1c7e81ad2d98db096fcad0 /tests | |
parent | 38348ed7f60266a20ac689e0379ba91afc525069 (diff) | |
download | scilab-97b607098761206551f4e45c2b8798188caa7b5c.zip scilab-97b607098761206551f4e45c2b8798188caa7b5c.tar.gz |
typo
Diffstat (limited to 'tests')
-rw-r--r-- | tests/nonRegression/bug2263.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nonRegression/bug2263.sci b/tests/nonRegression/bug2263.sci index fb91e2a..46324cd 100644 --- a/tests/nonRegression/bug2263.sci +++ b/tests/nonRegression/bug2263.sci | |||
@@ -16,7 +16,7 @@ T=T&and(out==mlist(["st","dims","a"],int32([1,1]),.. | |||
16 | clear out | 16 | clear out |
17 | [out.a.t1,t2,out.a.t3,t4]=test(); | 17 | [out.a.t1,t2,out.a.t3,t4]=test(); |
18 | T=T&and(out==mlist(["st","dims","a"],int32([1,1]),.. | 18 | T=T&and(out==mlist(["st","dims","a"],int32([1,1]),.. |
19 | mlist(["st","dims","t3","t1"],int32([1,1]),3,1)))&t1==1&t4==4; | 19 | mlist(["st","dims","t3","t1"],int32([1,1]),3,1)))&t2==2&t4==4; |
20 | 20 | ||
21 | clear a | 21 | clear a |
22 | [a.t1,a.t2,a.t3,a.t4]=test(); | 22 | [a.t1,a.t2,a.t3,a.t4]=test(); |