Cyril Roelandt 13 lat temu
rodzic
commit
95a07fefc7
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      tests/datawizard/interfaces/test_interfaces.c

+ 2 - 2
tests/datawizard/interfaces/test_interfaces.c

@@ -107,7 +107,7 @@ void data_interface_test_summary_print(FILE *f,
 #ifdef STARPU_USE_OPENCL
 	(void) fprintf(f, "\tCPU    -> OpenCl : %s\n",
 			enum_to_string(s->cpu_to_opencl_async));
-	(void) fprintf(f, "\tOpenCl -< CPU    : %s\n",
+	(void) fprintf(f, "\tOpenCl -> CPU    : %s\n",
 			enum_to_string(s->opencl_to_cpu_async));
 #endif /* !STARPU_USE_OPENCL */
 
@@ -123,7 +123,7 @@ void data_interface_test_summary_print(FILE *f,
 #ifdef STARPU_USE_OPENCL
 	(void) fprintf(f, "\tCPU    -> OpenCl : %s\n",
 			enum_to_string(s->cpu_to_opencl));
-	(void) fprintf(f, "\tOpenCl -< CPU    : %s\n",
+	(void) fprintf(f, "\tOpenCl -> CPU    : %s\n",
 			enum_to_string(s->opencl_to_cpu));
 #endif /* !STARPU_USE_OPENCL */
 }