Ignore:
Timestamp:
2014-09-19T08:23:01Z (10 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c85a57f
Parents:
15d0046
Message:

Update PCUT to newest version

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/pcut/tests/teardownaborts.c

    r15d0046 r9b20126  
    2929#include <stdio.h>
    3030#include <pcut/pcut.h>
    31 #include "tested.h"
     31#include <stdlib.h>
    3232
    3333PCUT_INIT
    3434
    3535PCUT_TEST_AFTER {
    36         int a = 5;
    37         int *p = &a;
    38         PCUT_ASSERT_INT_EQUALS(5, *p);
    39         p = NULL;
    40         PCUT_ASSERT_INT_EQUALS(5, *p);
     36        abort();
    4137}
    4238
Note: See TracChangeset for help on using the changeset viewer.