source: git/Tst/Short/bug_tr225.tst @ 010b3f

spielwiese
Last change on this file since 010b3f was 6884f3, checked in by Hans Schoenemann <hannes@…>, 14 years ago
format git-svn-id: file:///usr/local/Singular/svn/trunk@13500 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 211 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// we should see error messages in all cases:
5ring RING=0,(X,Y),dp;
6lift(ideal(X),Y);
7lift(ideal(0),Y);
8lift(module(gen(10)),gen(11));
9lift(module(gen(10)),gen(12));
10
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.