* eina: don't fail if we didn't enable thread support completly.
authorcedric <cedric>
Fri, 3 Dec 2010 21:50:50 +0000 (21:50 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 3 Dec 2010 21:50:50 +0000 (21:50 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@55226 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/tests/eina_test_sched.c

index 19c187f..ff83a7e 100644 (file)
@@ -73,7 +73,7 @@ END_TEST
 #else
 START_TEST(eina_test_sched_prio_drop)
 {
-    fail_if(1);
+   fprintf(stderr, "scheduler priority is not supported by your configuration.\n");
 }
 END_TEST
 #endif