~mvo/apt/mvo

« back to all changes in this revision

Viewing changes to test/libapt/strutil_test.cc

  • Committer: Michael Vogt
  • Date: 2011-11-10 15:32:52 UTC
  • mfrom: (1561.70.60 debian-experimental2)
  • Revision ID: michael.vogt@ubuntu.com-20111110153252-1u9lc3lm2cgb6b1m
merged from http://bzr.debian.org/bzr/apt/apt/debian-experimental2

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
int main(int argc,char *argv[])
6
6
{
7
 
   string input, output, expected;
 
7
   std::string input, output, expected;
8
8
 
9
9
   // no input
10
10
   input = "foobar";