~ubuntu-branches/ubuntu/wily/weechat/wily-proposed

« back to all changes in this revision

Viewing changes to tests/unit/core/test-infolist.cpp

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bouthenot
  • Date: 2014-09-28 17:41:10 UTC
  • mfrom: (1.1.28)
  • Revision ID: package-import@ubuntu.com-20140928174110-o73fmp020gwuz1ht
Tags: 1.0.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
extern "C"
25
25
{
26
 
#include "../src/core/wee-infolist.h"
 
26
#include "src/core/wee-infolist.h"
27
27
}
28
28
 
29
29
TEST_GROUP(Infolist)