Skip to content

Commit

Permalink
fix small-conflict test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Jun 1, 2016
1 parent f35691a commit 567e968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lalrpop/src/lr1/lane_table/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ fn small_conflict_1() {
expect_debug(&table,
r#"
| State | C0 | C1 | C2 | C3 | C4 | C5 | Successors |
| S0 | ["c"] | ["c"] | ["c"] | ["d"] | ["d"] | ["d"] | |
| S3 | [] | [] | [] | [] | [] | [] | {S0, S3} |
| S0 | | ["c"] | | | ["d"] | | {S3} |
| S3 | ["e"] | [] | ["e"] | ["e"] | [] | ["e"] | {S3} |
"#
.trim_left());
}
Expand Down

0 comments on commit 567e968

Please sign in to comment.