Skip to content

Commit 8f6e013

Browse files
committed
cleaned up comments
1 parent c61d215 commit 8f6e013

File tree

1 file changed

+2
-42
lines changed

1 file changed

+2
-42
lines changed

demo/test.c

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,6 @@ static int test_mp_reduce_2k_l(void)
12301230
# endif /* LTM_DEMO_TEST_REDUCE_2K_L */
12311231
}
12321232

1233-
<<<<<<< HEAD
12341233
static int test_mp_incr(void)
12351234
{
12361235
mp_int a, b;
@@ -1392,55 +1391,15 @@ static int test_mp_n_root(void)
13921391
int i, j;
13931392

13941393
const char *input[] = {
1395-
/*
1396-
* 7695055368100873513971520489282333897557005032980617084180385070\
1397-
* 39530690836861445204045548919181252491201760744537260787 x
1398-
*/
13991394
"4n9cbk886QtLQmofprid3l2Q0GD8Yv979Lh8BdZkFE8g2pDUUSMBET/+M/YFyVZ3mBp",
1400-
/*
1401-
* 8668311813364777780629077601922380846241546283585346658481548505\
1402-
* 15770928406118389455996364171707997206140804483448477830 x
1403-
*/
14041395
"5NlgzHhmIX05O5YoW5yW5reAlVNtRAlIcN2dfoATnNdc1Cw5lHZUTwNthmK6/ZLKfY6",
1405-
/*
1406-
* 5923948132611980943162429619835240735669289172375390561536372873\
1407-
* 00911012455497635806885159583259351684886304500667424473 x
1408-
*/
14091396
"3gweiHDX+ji5utraSe46IJX+uuh7iggs63xIpMP5MriU4Np+LpHI5are8RzS9pKh9xP",
1410-
/*
1411-
* 8734756636775721743266740566772923450964420400602992970837352690\
1412-
* 87632291744452124879574493682190594576826340595454525980 x
1413-
*/
14141397
"5QOJUSKMrfe7LkeyJOlupS8h7bjT+TXmZkDzOjZtfj7mdA7cbg0lRX3CuafhjIrpK8S",
1415-
/*
1416-
* 6906200463716278995655031983489068277395617279812487007026442646\
1417-
* 90715984250537069557543866104282110588763071389649149719 x
1418-
*/
14191398
"4HtYFldVkyVbrlg/s7kmaA7j45PvLQm+1bbn6ehgP8tVoBmGbv2yDQI1iQQze4AlHyN",
1420-
/*
1421-
* 5797688045237028977800804043670890092752575196760186254305083786\
1422-
* 22139392287523144766002998666506693902997364990227220905 x
1423-
*/
14241399
"3bwCUx79NAR7c68OPSp5ZabhZ9aBEr7rWNTO2oMY7zhbbbw7p6shSMxqE9K9nrTNucf",
1425-
/*
1426-
* 7592540396118752335365242823215209154427610845641284467535865765\
1427-
* 66144026031808712312179712267802078954238625080444510708 x
1428-
*/
14291400
"4j5RGb78TfuYSzrXn0z6tiAoWiRI81hGY3el9AEa9S+gN4x/AmzotHT2Hvj6lyBpE7q",
1430-
/*
1431-
* 7663949070123305563643841881821433873426475515633527095211823358\
1432-
* 92193882506834941622486768823922834949810956061095773326 x
1433-
*/
14341401
"4lwg30SXqZhEHNsl5LIXdyu7UNt0VTWebP3m7+WUL+hsnFW9xJe7UnzYngZsvWh14IE",
1435-
/*
1436-
* 3199287858200533099895658842035281637583240610372074122891550803\
1437-
* 86540175299848020023543385420537570948457000165872629485 x
1438-
*/
14391402
"1+tcqFeRuGqjRADRoRUJ8gL4UUSFQVrVVoV6JpwVcKsuBq5G0pABn0dLcQQQMViiVRj",
1440-
/*
1441-
* 1097708713378916091335075933100856380360816322069710794134005170\
1442-
* 92064545227259556173736894119720799430136890706570041659
1443-
*/
14441403
"hXwxuFySNSFcmbrs/coz4FUAaUYaOEt+l4V5V8vY71KyBvQPxRq/6lsSrG2FHvWDax"
14451404
};
14461405
/* roots 3-100 of the above */
@@ -1645,7 +1604,8 @@ static int test_mp_n_root(void)
16451604

16461605

16471606

1648-
int unit_tests(void) {
1607+
int unit_tests(void)
1608+
{
16491609
static const struct {
16501610
const char *name;
16511611
int (*fn)(void);

0 commit comments

Comments
 (0)