Kaynağa Gözat

Fix lazy_unregister test

Sylvain Henry 13 yıl önce
ebeveyn
işleme
2e567f9436
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
 };