source: git/Tst/Short/bug_tr682.tst @ 1427f62

spielwiese
Last change on this file since 1427f62 was 3a823d, checked in by Hans Schoenemann <hannes@…>, 9 years ago
fixes by pfister: tr #634, tr #682
  • Property mode set to 100644
File size: 290 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// generic position not found
5LIB"primdec.lib";
6
7proc anotherIndirection()
8{
9    ring rng = 18457,(x,y,z,w),dp;
10    ideal I = -172*x^2+57*x*y*z-36*z^2*w,146*x*y^2+129*x*z;
11    minAssGTZ (I,"GTZ");
12}
13anotherIndirection(); //  ? nesting too deep
14
15tst_status(1);$
16
Note: See TracBrowser for help on using the repository browser.