浏览代码

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;
+}