[rtems commit] spcpuset01: Update due to CPU_CMP() changes
Sebastian Huber
sebh at rtems.org
Fri Jun 9 05:51:27 UTC 2017
Module: rtems
Branch: master
Commit: f7d0f5e1adeaf06347e4532bdb7223803584e2f4
Changeset: http://git.rtems.org/rtems/commit/?id=f7d0f5e1adeaf06347e4532bdb7223803584e2f4
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri Jun 9 07:50:41 2017 +0200
spcpuset01: Update due to CPU_CMP() changes
Close #3036.
---
testsuites/sptests/spcpuset01/init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuites/sptests/spcpuset01/init.c b/testsuites/sptests/spcpuset01/init.c
index e8b32aa..b13be49 100644
--- a/testsuites/sptests/spcpuset01/init.c
+++ b/testsuites/sptests/spcpuset01/init.c
@@ -63,7 +63,7 @@ static void test_cpu_equal_case_1(void)
rtems_test_assert( CPU_EQUAL(&set1, &set2) );
/* compare all bits */
- rtems_test_assert( CPU_CMP(&set1, &set2) );
+ rtems_test_assert( !CPU_CMP(&set1, &set2) );
/* compare all bits */
rtems_test_assert( CPU_EMPTY(&set1) );
More information about the vc
mailing list