Skip to content

Commit a2394dd

Browse files
TristonianJonescopybara-github
authored andcommitted
Comment cleanup
See: #987 PiperOrigin-RevId: 741145294
1 parent 2594526 commit a2394dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval/tests/end_to_end_test.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ TEST(EndToEndTest, SimpleOnePlusOne) {
100100

101101
// Simple end-to-end test, which also serves as usage example.
102102
TEST(EndToEndTest, EmptyStringCompare) {
103-
// AST CEL equivalent of "var.string_value == """
103+
// AST CEL equivalent of "var.string_value == '' && var.int64_value == 0"
104104
constexpr char kExpr0[] = R"(
105105
call_expr: <
106106
function: "_&&_"

0 commit comments

Comments
 (0)