Skip to content

Commit f62419d

Browse files
CEL Dev Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 915787600
1 parent 513af3c commit f62419d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/branch_coverage.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ struct OtherNode {
7171
// Representation for coverage of an AST node.
7272
struct CoverageNode {
7373
int evaluate_count;
74-
absl::variant<ConstantNode, OtherNode, BoolNode> kind;
74+
std::variant<ConstantNode, OtherNode, BoolNode> kind;
7575
};
7676

7777
const Type* absl_nullable FindCheckerType(const CheckedExpr& expr,

0 commit comments

Comments
 (0)