Przeglądaj źródła

tests: fix typos

Nathalie Furmento 13 lat temu
rodzic
commit
e37443fc81
2 zmienionych plików z 2 dodań i 1 usunięć
  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;
+}