summaryrefslogtreecommitdiff
path: root/testsuites/libtests/ttest01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/ttest01/init.c')
-rw-r--r--testsuites/libtests/ttest01/init.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/libtests/ttest01/init.c b/testsuites/libtests/ttest01/init.c
index 7abbd9e364..c0ccee9aa4 100644
--- a/testsuites/libtests/ttest01/init.c
+++ b/testsuites/libtests/ttest01/init.c
@@ -25,7 +25,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <t.h>
+#include <rtems/test.h>
#include <sys/time.h>
#include <string.h>
@@ -182,8 +182,8 @@ run_initialize(void)
T_set_putchar(censor_putchar, ctx, &ctx->putchar, &ctx->putchar_arg);
}
-static const char expected_final[] = "Z:ttest01:C:342:N:1316:F:791:D:0.687999\n"
-"Y:ReportHash:SHA256:d4c293b499e6e557afcf6123cb604e8976cc5b987021f1f8c9f6193fc38a386e\n";
+static const char expected_final[] = "Z:ttest01:C:344:N:1339:F:795:D:0.691999\n"
+"Y:ReportHash:SHA256:23dd328162c564ada3c4de97446801018ade051aaec3308bb9a7ef8f98041d67\n";
static void
run_finalize(void)