source: tags/release-0.2/test/commit_stat.cc

Last change on this file was 69, checked in by Jari Häkkinen, 17 years ago

Removed unused #include directives.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 124 bytes
Line 
1// $Id: commit_stat.cc 69 2006-02-13 00:46:30Z jari $
2
3#include "CommitStat.h"
4
5int main()
6{
7  using namespace theplu::svnstat;
8  CommitStat cs;
9  return cs.parse("..");
10}
Note: See TracBrowser for help on using the repository browser.