Browse Source

Multiformat interface standard test : do not register the same piece of data twice.

Cyril Roelandt 13 years ago
parent
commit
8fb49fae1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/datawizard/interfaces/multiformat/multiformat_interface.c

+ 1 - 1
tests/datawizard/interfaces/multiformat/multiformat_interface.c

@@ -113,7 +113,7 @@ register_data(void)
 					 &format_ops);
 	starpu_multiformat_data_register(&multiformat_dummy_handle,
 					 0,
-					 &array_of_structs,
+					 &array_of_structs_dummy,
 					 N_ELEMENTS,
 					 &format_ops);
 }