Samuel Thibault 10 lat temu
rodzic
commit
1776e0a02c

+ 1 - 1
tests/datawizard/task_with_multiple_time_the_same_handle.c

@@ -76,7 +76,7 @@ int main(int argc, char * argv[])
 	starpu_data_unregister(handle);
 	if (value != 36)
 	{
-		FPRINTF(stderr, "value is %f instead of %f\n", value, 36);
+		FPRINTF(stderr, "value is %f instead of %f\n", value, 36.);
 		ret = EXIT_FAILURE;
 	}