Fix ctest compile issue

This commit is contained in:
Scott Haseley 2016-04-08 15:55:48 -04:00
parent 26b75349bd
commit dc1a1949a6

View File

@ -91,7 +91,7 @@ main(int argc, char **argv)
*/
e = &array[0];
for (i=0; i<SIZE; i++) {
TEST161_LPROGRESS(i, stride);
TEST161_LPROGRESS_N(i, stride);
e = e->e;
}