1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.1.1.1 2007/11/10 11:33:00 agc Exp $
--- src/UnitTests/BAndOpTest.h 2007/11/07 20:18:13 1.1
+++ src/UnitTests/BAndOpTest.h 2007/11/07 20:19:06
@@ -60,8 +60,8 @@
BAndOpTest();
virtual ~BAndOpTest();
bool run(Globals* g, const vector<string>&);
- bool BAndOpTest::runTestCase1(unsigned int leftRunLengthDiff_, unsigned int rightRunLengthDiff_, unsigned int leftStartPosDiff_, unsigned int rightStartPosDiff_);
- bool BAndOpTest::runTestCase2(unsigned int leftRunLengthDiff_, unsigned int rightRunLengthDiff_, unsigned int leftStartPosDiff_, unsigned int rightStartPosDiff_);
+ bool runTestCase1(unsigned int leftRunLengthDiff_, unsigned int rightRunLengthDiff_, unsigned int leftStartPosDiff_, unsigned int rightStartPosDiff_);
+ bool runTestCase2(unsigned int leftRunLengthDiff_, unsigned int rightRunLengthDiff_, unsigned int leftStartPosDiff_, unsigned int rightStartPosDiff_);
};
#endif //_BANDOPTEST_H_
|