16 lines
670 B
Plaintext
16 lines
670 B
Plaintext
$NetBSD: patch-ad,v 1.1.1.1 2007/11/10 11:33:00 agc Exp $
|
|
|
|
--- src/UnitTests/BNotOpTest.h 2007/11/07 20:21:01 1.1
|
|
+++ src/UnitTests/BNotOpTest.h 2007/11/07 20:21:17
|
|
@@ -59,8 +59,8 @@
|
|
BNotOpTest();
|
|
virtual ~BNotOpTest();
|
|
bool run(Globals* g, const vector<string>&);
|
|
- bool BNotOpTest::runTestCase1(unsigned int leftRunLengthDiff_, unsigned int leftStartPosDiff_);
|
|
- bool BNotOpTest::runTestCase2(unsigned int leftRunLengthDiff_, unsigned int leftStartPosDiff_);
|
|
+ bool runTestCase1(unsigned int leftRunLengthDiff_, unsigned int leftStartPosDiff_);
|
|
+ bool runTestCase2(unsigned int leftRunLengthDiff_, unsigned int leftStartPosDiff_);
|
|
};
|
|
|
|
#endif //_BNOTOPTEST_H_
|