Procházet zdrojové kódy

Fix lazy_unregister test

Sylvain Henry před 13 roky
rodič
revize
2e567f9436
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
 };