source: git/Tst/New/quotient_error.tst @ e070751

spielwiese
Last change on this file since e070751 was e070751, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Removed 'TRACE=3; option(prot)' output from tests
  • Property mode set to 100644
File size: 236 bytes
RevLine 
[c2400ce]1LIB "tst.lib"; tst_init();
2
3ring R = 0, (x, y, U(1), U(2)), (dp(4), C); R;
4
5ideal I;
6I[1]=x^3*U(2);
7I[2]=y^3*U(1);
8I[3]=y^4;
9I[4]=x^4;
10I[5]=U(1)*U(2);
11                                   
12ideal rad=1;
13
[e070751]14// TRACE=3; option(prot);
[c2400ce]15quotient(I, rad);
16
17
18tst_status(1);$
Note: See TracBrowser for help on using the repository browser.