Browse Source

tests/datawizard/interfaces/test_interfaces.c: really fix type definition

Nathalie Furmento 11 years ago
parent
commit
46c3bf952c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/datawizard/interfaces/test_interfaces.c

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

@@ -159,7 +159,6 @@ data_interface_test_summary_success(data_interface_test_summary *s)
 
 
 enum operation
 enum operation
 {
 {
-	CPU_TO_CPU,
 #ifdef STARPU_USE_CUDA
 #ifdef STARPU_USE_CUDA
 	CPU_TO_CUDA,
 	CPU_TO_CUDA,
 	CUDA_TO_CUDA,
 	CUDA_TO_CUDA,
@@ -173,6 +172,7 @@ enum operation
 	CPU_TO_MIC,
 	CPU_TO_MIC,
 	MIC_TO_CPU,
 	MIC_TO_CPU,
 #endif
 #endif
+	CPU_TO_CPU
 };
 };
 
 
 static int*
 static int*