diff options
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 |