Преглед на файлове

examples/reductions/minmax_reduction.c: mark test as skipped when no eligible worker is found

Nathalie Furmento преди 13 години
родител
ревизия
2c405bdc80
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      examples/reductions/minmax_reduction.c

+ 1 - 1
examples/reductions/minmax_reduction.c

@@ -174,7 +174,7 @@ int main(int argc, char **argv)
 		{
 			STARPU_ASSERT(ret == -ENODEV);
 			FPRINTF(stderr, "This test can only run on CPUs, but there are no CPU workers (this is not a bug).\n");
-			return 0;
+			return 77;
 		}
 	}