mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
16 lines
935 B
Plaintext
16 lines
935 B
Plaintext
$NetBSD: patch-ac,v 1.1.1.1 2007/11/10 11:33:00 agc Exp $
|
|
|
|
--- src/UnitTests/BOrOpTest.h 2007/11/07 20:19:59 1.1
|
|
+++ src/UnitTests/BOrOpTest.h 2007/11/07 20:20:14
|
|
@@ -60,8 +60,8 @@
|
|
BOrOpTest();
|
|
virtual ~BOrOpTest();
|
|
bool run(Globals* g, const vector<string>&);
|
|
- bool BOrOpTest::runTestCase1(unsigned int leftRunLengthDiff_, unsigned int rightRunLengthDiff_, unsigned int leftStartPosDiff_, unsigned int rightStartPosDiff_);
|
|
- bool BOrOpTest::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 //_BOROPTEST_H_
|