16 lines
942 B
Plaintext
16 lines
942 B
Plaintext
$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_
|