Skip to content

Commit

Permalink
Remove stale comment (#4727)
Browse files Browse the repository at this point in the history
Comment became out of date with #4698 . Seems better to delete instead
of update this comment.

Co-authored-by: Josh L <[email protected]>
  • Loading branch information
josh11b and josh11b authored Dec 20, 2024
1 parent 6cb660f commit 661ba36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion toolchain/sem_ir/yaml_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ TEST(SemIRTest, YAML) {
Pair("constant_values",
Yaml::Mapping(AllOf(Each(Pair(inst_id, constant_id))))),
Pair("symbolic_constants", Yaml::Mapping(SizeIs(0))),
// This production has only two instruction blocks.
Pair("inst_blocks",
Yaml::Mapping(ElementsAre(
Pair("inst_block_empty", Yaml::Mapping(IsEmpty())),
Expand Down

0 comments on commit 661ba36

Please sign in to comment.