source: git/Tst/New/integerStd.tst @ 3f623f

spielwiese
Last change on this file since 3f623f was 56c0fe, checked in by Janko Boehm <boehm@…>, 11 years ago
Minimal failing test over ZZ with option prot
  • Property mode set to 100644
File size: 133 bytes
Line 
1LIB "tst.lib"; tst_init();
2ring R=integer,(t,a,b,c,d),dp;
3ideal I = 9, 3*b, 3*a, 3*t-3, t*c+c;
4option(prot);
5std(I);
6tst_status(1);$
Note: See TracBrowser for help on using the repository browser.