Nathalie Furmento лет назад: 13
Родитель
Сommit
e37443fc81
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 1
      tests/core/declare_deps_in_callback.c
  2. 1 0
      tests/core/regenerate.c

+ 1 - 1
tests/core/declare_deps_in_callback.c

@@ -96,5 +96,5 @@ enodev:
 	/* yes, we do not perform the computation but we did detect that no one
  	 * could perform the kernel, so this is not an error from StarPU */
 	starpu_shutdown();
-	return STARPU_TEST_SKIPPED
+	return STARPU_TEST_SKIPPED;
 }

+ 1 - 0
tests/core/regenerate.c

@@ -126,3 +126,4 @@ enodev:
  	 * could perform the kernel, so this is not an error from StarPU */
 	starpu_shutdown();
 	return STARPU_TEST_SKIPPED;
+}