Changeset 5cdbfe in git for dyn_modules/bigintm/bigintm.tst
- Timestamp:
- Mar 15, 2011, 7:17:48 PM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- f247337dd844f01e85a8379ff9c1e26fe7eea863
- Parents:
- 92e0ebb492f002a11e78b302b3758d32aedea17e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dyn_modules/bigintm/bigintm.tst
r92e0eb r5cdbfe 2 2 3 3 LIB("./bigintm.so"); 4 5 bigintm_print_load_counter(); 6 printBlackboxTypes(); 7 8 9 LIB("./bigintm.so"); 10 11 bigintm_print_load_counter(); 12 printBlackboxTypes(); 13 14 LIB("./bigintm.so"); 15 16 bigintm_print_load_counter(); 17 printBlackboxTypes(); 18 4 19 5 20 printBlackboxTypes(); … … 81 96 82 97 83 a - s;84 98 85 c == s; 99 100 101 102 86 103 87 104 c.s; 88 105 c.sss; 89 c. 0;106 c."a"; 90 107 108 109 110 option(yacc); 111 c - s; 112 c == s; // BUG? 113 option(noyacc); 114 115 116 117 c.0; // BUG? 118 option(yacc); 119 c.1; // BUG? 120 c. ; // BUG? 121 option(noyacc); 91 122 92 123
Note: See TracChangeset
for help on using the changeset viewer.