diff options
author | jofret | 2010-08-13 08:59:25 +0000 |
---|---|---|
committer | jofret | 2010-08-13 08:59:25 +0000 |
commit | f6aa0c77d052b1da35bc328e6129c145309b50b7 (patch) | |
tree | 7f79839c36e0547b84bd55e4572849a6ede1d2e6 /tests | |
parent | 6a6be8766cdd3823839ac421d3a524cdf2a497b3 (diff) | |
download | scilab2c-f6aa0c77d052b1da35bc328e6129c145309b50b7.tar.gz scilab2c-f6aa0c77d052b1da35bc328e6129c145309b50b7.tar.bz2 scilab2c-f6aa0c77d052b1da35bc328e6129c145309b50b7.zip |
Hypermat test now works
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit_tests/test_hypermat.sci.tst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/unit_tests/test_hypermat.sci.tst b/tests/unit_tests/test_hypermat.sci.tst index a3dea940..10737336 100644 --- a/tests/unit_tests/test_hypermat.sci.tst +++ b/tests/unit_tests/test_hypermat.sci.tst @@ -17,7 +17,6 @@ global SCI2CHOME; scilab2c(SCI2CHOME+"/tests/unit_tests/test_hypermat.sci", TMPDIR); -editor(TMPDIR + "/main.c"); -//fd = mopen(TMPDIR+"/main.c"); -//mgetl(fd) -//mclose(fd);
\ No newline at end of file +fd = mopen(TMPDIR+"/main.c"); +mgetl(fd) +mclose(fd);
\ No newline at end of file |