Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/tester.c

    r19f857a rd91a20c  
    3838#include <unistd.h>
    3939#include <stdio.h>
    40 #include <str.h>
     40#include <string.h>
    4141#include "tester.h"
    4242
     
    6969{
    7070        /* Execute the test */
    71         const char *ret = test->entry();
     71        char *ret = test->entry();
    7272       
    7373        if (ret == NULL) {
Note: See TracChangeset for help on using the changeset viewer.