source: git/Tst/Short/bug_609.tst @ cc93648

spielwiese
Last change on this file since cc93648 was cc93648, checked in by Jakob Kroeker <kroeker@…>, 10 years ago
fix variable conflict issue in primdecint.lib
  • Property mode set to 100644
File size: 171 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB("primdecint.lib");
5ring rng = integer,(t,x),dp;
6short = 0;
7ideal I = t-3,x-4;
8ideal J = 3*t,7;
9std( intersectZ(I,J) );
10
11
12tst_status(1); $
13
Note: See TracBrowser for help on using the repository browser.