Skip to content

Commit 1e0fa0c

Browse files
authored
fix ctor of config (#224)
1 parent d5e973d commit 1e0fa0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tesseract.test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ TEST(tesseract, DecodeToErrorsThrowsOnInvalidSymptom) {
381381
detector(2, 0, 0) D2
382382
)DEM");
383383

384-
TesseractConfig config(dem);
384+
TesseractConfig config{dem};
385385
TesseractDecoder decoder(config);
386386

387387
uint64_t invalid_symptom = decoder.num_detectors;

0 commit comments

Comments
 (0)