소스 검색

tests: fix typos

Nathalie Furmento 13 년 전
부모
커밋
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;
+}