Prechádzať zdrojové kódy

Fix lazy_unregister test

Sylvain Henry 13 rokov pred
rodič
commit
2e567f9436
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      tests/datawizard/lazy_unregister.c

+ 1 - 1
tests/datawizard/lazy_unregister.c

@@ -25,7 +25,7 @@ static void dummy_func(void ** buffers, void * args) {
 static struct starpu_codelet dummy_cl =
 {
 	.modes = { STARPU_RW },
-	.cpu_funcs = {fummy_func, NULL},
+	.cpu_funcs = {dummy_func, NULL},
 	.nbuffers = 1
 };