Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Haddow <barry.haddow@gmail.com>2015-07-02 12:31:21 +0300
committerBarry Haddow <barry.haddow@gmail.com>2015-07-02 12:31:21 +0300
commit01e6b3f0b3de51c57e0abc018f418dc5f1b75874 (patch)
tree7693066f6a82e8f82a786a90171a359a5907400f /moses/WordsBitmapTest.cpp
parent0fd3ef226377f1a67c7d725ec8acb783c39977b9 (diff)
parent86292f2ce332013c187afd8046a9eeec2770561e (diff)
Merge branch 'master' of github.com:moses-smt/mosesdecoder
Diffstat (limited to 'moses/WordsBitmapTest.cpp')
-rw-r--r--moses/WordsBitmapTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/WordsBitmapTest.cpp b/moses/WordsBitmapTest.cpp
index 781aa2d62..fd69e8fe3 100644
--- a/moses/WordsBitmapTest.cpp
+++ b/moses/WordsBitmapTest.cpp
@@ -40,7 +40,7 @@ BOOST_AUTO_TEST_CASE(initialise)
bitvec[2] = true;
bitvec[3] = true;
bitvec[7] = true;
-
+
WordsBitmap wbm2(7,bitvec);
BOOST_CHECK_EQUAL(wbm2.GetSize(),7);
for (size_t i = 0; i < 7; ++i) {