浏览代码

tests/sched_policies/simple_cpu_gpu_sched.c: remove extra parenthesis

Nathalie Furmento 11 年之前
父节点
当前提交
13ec014918
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/sched_policies/simple_cpu_gpu_sched.c

+ 1 - 1
tests/sched_policies/simple_cpu_gpu_sched.c

@@ -210,7 +210,7 @@ run(struct starpu_sched_policy *policy)
 		{
 			FPRINTF(stderr, "The CPU task did not run on a CPU worker\n");
 		}
-		if (gpu_task_worker != STARPU_CUDA_WORKER && gpu_task_worker != STARPU_OPENCL_WORKER))
+		if (gpu_task_worker != STARPU_CUDA_WORKER && gpu_task_worker != STARPU_OPENCL_WORKER)
 		{
 			FPRINTF(stderr, "The GPU task did not run on a Cuda or OpenCL worker\n");
 		}