Skip to content

Commit a7b5ed9

Browse files
xinhaoyuancopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 793775499
1 parent 62174b5 commit a7b5ed9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

centipede/runner.cc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -937,6 +937,11 @@ CentipedeGetRunnerFlags() {
937937
return nullptr;
938938
}
939939

940+
// TODO: xinhaoyuan - write test for this.
941+
extern "C" const char* absl_nullable GetSancovFlags() {
942+
return CentipedeGetRunnerFlags();
943+
}
944+
940945
static std::atomic<bool> in_execution_batch = false;
941946

942947
extern "C" void CentipedeBeginExecutionBatch() {

0 commit comments

Comments
 (0)