[rtems commit] smptests/smpmulticast01: Fix test configuration
Sebastian Huber
sebh at rtems.org
Sat Feb 1 13:58:05 UTC 2020
Module: rtems
Branch: master
Commit: e7a7e6cad69c6f41cc9aaa9926f5fcd50503a95e
Changeset: http://git.rtems.org/rtems/commit/?id=e7a7e6cad69c6f41cc9aaa9926f5fcd50503a95e
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue Jan 28 14:38:47 2020 +0100
smptests/smpmulticast01: Fix test configuration
Problem introduced by 77ac1519e863b7095f69c976353f7647c6f6f63b.
---
testsuites/smptests/smpmulticast01/init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuites/smptests/smpmulticast01/init.c b/testsuites/smptests/smpmulticast01/init.c
index 34f88ab..d4269e9 100644
--- a/testsuites/smptests/smpmulticast01/init.c
+++ b/testsuites/smptests/smpmulticast01/init.c
@@ -44,7 +44,7 @@ static const T_config config = {
.name = "SMPMultiCast",
.putchar = T_putchar_default,
.verbosity = T_VERBOSE,
- .now = T_now
+ .now = T_now_clock
};
typedef struct {
More information about the vc
mailing list