source: git/Tst/Manual/_trace.tst @ c2f6bd

spielwiese
Last change on this file since c2f6bd was e197f5, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
fix due to case sensitive file systems fix: tests from Manual/ with only case different names chg: updated *.uu results as well! chg: updated regress.cmd to remote the leading _ for tests starting with "_[a-z0-9]" during the TC output NOTE: the tests with lower case names got a leading underscore character (_)
  • Property mode set to 100644
File size: 93 bytes
Line 
1LIB "tst.lib"; tst_init();
2  intmat m[2][2]=1,2,3,4;
3  print(m);
4  trace(m);
5tst_status(1);$
Note: See TracBrowser for help on using the repository browser.