source: git/Tst/Short/bug_tr230.tst @ e1cda9

spielwiese
Last change on this file since e1cda9 was 6dd8b1, checked in by Hans Schoenemann <hannes@…>, 14 years ago
trac 230 git-svn-id: file:///usr/local/Singular/svn/trunk@13187 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 135 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// fglm of the 0-ideal should return an error:
5ring r = 0,(x, y), dp;
6ideal i;
7fglm(r,i);
8
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.