Samuel Thibault %!s(int64=9) %!d(string=hai) anos
pai
achega
d9759eca1f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/loader.c

+ 1 - 1
tests/loader.c

@@ -35,7 +35,7 @@
 #ifdef STARPU_QUICK_CHECK
 /* Quick checks are supposed to be real quick, typically less than 1s each, sometimes 10s */
 #define  DEFAULT_TIMEOUT       30
-#elif !defined(STARPU_LONG_CHECK
+#elif !defined(STARPU_LONG_CHECK)
 /* Normal checks are supposed to be short enough, typically less than 10s each, sometimes 1-2m */
 #define  DEFAULT_TIMEOUT       300
 #else