diff options
author | Allan Cornet <allan.cornet@scilab.org> | 2007-02-15 07:52:44 +0000 |
---|---|---|
committer | Allan Cornet <allan.cornet@scilab.org> | 2007-02-15 07:52:44 +0000 |
commit | 903da68195fcd0215d5350365d9863b21308a6b7 (patch) | |
tree | c82efa5eb82a31a1280c1385a28acd7ddf841a39 /tests | |
parent | 3220cbf0ced388d29288652fd85f5a93f06e5867 (diff) | |
download | scilab-903da68195fcd0215d5350365d9863b21308a6b7.zip scilab-903da68195fcd0215d5350365d9863b21308a6b7.tar.gz |
update test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/nonRegression/bug502.sci | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/nonRegression/bug502.sci b/tests/nonRegression/bug502.sci index 4151756..01b3bfb 100644 --- a/tests/nonRegression/bug502.sci +++ b/tests/nonRegression/bug502.sci | |||
@@ -2,7 +2,8 @@ | |||
2 | 2 | ||
3 | mode (-1); | 3 | mode (-1); |
4 | clear; | 4 | clear; |
5 | set old_style on; | 5 | // set old_style on; |
6 | // remove old style graphics mode on trunk | ||
6 | 7 | ||
7 | x=-25:0.1:25; | 8 | x=-25:0.1:25; |
8 | y=x.^2; | 9 | y=x.^2; |