abyss icon indicating copy to clipboard operation
abyss copied to clipboard

'make check' fails: error: use of undeclared identifier 'EXPECT_DEATH'

Open yurivict opened this issue 1 year ago • 0 comments

Common/SAM.cc:65:2: error: use of undeclared identifier 'EXPECT_DEATH'
        EXPECT_DEATH(SAMAlignment::parseCigar("20SS", false), "error: invalid CIGAR: `20SS'");
        ^
Common/SAM.cc:66:2: error: use of undeclared identifier 'EXPECT_DEATH'
        EXPECT_DEATH(SAMAlignment::parseCigar("20m", false), "error: invalid CIGAR: `20m'");
        ^

Version: 2.3.5 FreeBSD 13.1

yurivict avatar Jul 30 '22 07:07 yurivict

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your interest in ABySS!

github-actions[bot] avatar Aug 21 '22 02:08 github-actions[bot]