Skip to content

Commit

Permalink
Merge pull request #2355 from orgads/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jhasse authored Nov 22, 2023
2 parents 72e5727 + 55bc484 commit 236e320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2978,7 +2978,7 @@ TEST_F(BuildWithDepsLogTest, DepFileOKDepsLog) {
ASSERT_EQ("", err);

// Expect one new edge generating fo o.o, loading the depfile should
// note generate new edges.
// not generate new edges.
ASSERT_EQ(1u, state.edges_.size());
// Expect our edge to now have three inputs: foo.c and two headers.
ASSERT_EQ(3u, edge->inputs_.size());
Expand Down

0 comments on commit 236e320

Please sign in to comment.