Changeset 11837b in git
- Timestamp:
- May 24, 2011, 2:33:01 AM (12 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 71f6dbdb6822edb11d2516287cbddc3fe32c6cbd
- Parents:
- 05b917cac72cb76e2edcac2cbe82b009388cd711
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-24 02:33:01+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:50+01:00
- Location:
- libpolys/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/tests/common.h
r05b917 r11837b 119 119 std::clog << std::endl << ( "<world>" ) << std::endl << std::endl; 120 120 feInitResources(argv0); 121 122 StringSetS("ressources in use (as reported by feStringAppendResources(0):\n"); 123 feStringAppendResources(0); 124 PrintS(StringAppendS("\n")); 125 121 126 return true; 122 127 } -
libpolys/tests/polys_test.h
r05b917 r11837b 505 505 void test_Z13_t_GF() 506 506 { 507 StringSetS("ressources in use (as reported by feStringAppendResources(0):\n");508 feStringAppendResources(0);509 PrintS(StringAppendS("\n"));510 511 507 clog << "Creating GF[t]: " << endl; 512 508
Note: See TracChangeset
for help on using the changeset viewer.