Make detection of empty repo also work after a git gc
[vng.git] / tests / parsediff / TestParseDiff.h
blob5aae36bc4334677f1a698891b55510e7a93dc252
1 #ifndef TESTPARSEDIFF_H
2 #define TESTPARSEDIFF_H
4 #include <QObject>
5 #include <QtTest/QtTest>
7 class TestParseDiff : public QObject {
8 Q_OBJECT
9 public:
10 TestParseDiff() {}
12 private slots:
13 void testBasis();
16 #endif