Changeset 09ab0a9a in mainline for uspace/app/bdsh/test


Ignore:
Timestamp:
2018-09-13T12:05:53Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc74cb5
Parents:
b2aaaa0
git-author:
Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
git-committer:
Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
Message:

Fix vertical spacing with new Ccheck revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/test/toktest.c

    rb2aaaa0 r09ab0a9a  
    5454        PCUT_ASSERT_ERRNO_VAL(EOK, rc);
    5555
    56 
    5756        PCUT_ASSERT_INT_EQUALS(expected_token_count, token_count);
    5857}
    59 
    6058
    6159#define ASSERT_TOKEN(index, token_type, token_text) \
     
    6462                PCUT_ASSERT_STR_EQUALS(token_text, tokens[index].text); \
    6563        } while (0)
    66 
    67 
    6864
    6965PCUT_TEST_SUITE(tokenizer);
     
    7470        tok_fini(&tokenizer);
    7571}
    76 
    7772
    7873PCUT_TEST(empty_input)
     
    9792}
    9893
    99 
    100 
    10194PCUT_MAIN();
Note: See TracChangeset for help on using the changeset viewer.