|
@@ -71,6 +71,7 @@ int main(int argc, char **argv)
|
|
|
0);
|
|
|
STARPU_CHECK_RETURN_VALUE(ret, "starpu_task_insert");
|
|
|
|
|
|
+#ifdef STARPU_DEVEL
|
|
|
#warning the following code should work
|
|
|
#if 0
|
|
|
expected_y ++;
|
|
@@ -80,6 +81,7 @@ int main(int argc, char **argv)
|
|
|
0);
|
|
|
STARPU_CHECK_RETURN_VALUE(ret, "starpu_task_insert");
|
|
|
#endif
|
|
|
+#endif
|
|
|
|
|
|
expected_y ++;
|
|
|
STARPU_ASSERT_MSG(y == expected_y, "y should be equal to %d and not %d\n", expected_y, y);
|