Skip to content

Commit

Permalink
WIP266 fix old test
Browse files Browse the repository at this point in the history
  • Loading branch information
ban-nobuhiro committed Nov 15, 2024
1 parent 56eb206 commit b87c69e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tsurugi_issues/tsurugi_issue665_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ void full_scan(Token t, Storage st, std::size_t const final_rec_num,
return;
}
}
if (rc == Status::ERR_CC) { ret = Status::ERR_CC; return; }
// at least it can read ("0","0")
LOG(FATAL) << rc;
return;
Expand Down

0 comments on commit b87c69e

Please sign in to comment.