Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sakateka committed Mar 27, 2018
1 parent 47dbbc5 commit 0a4174d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pda.rs
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ mod tests {
fn load_design() {
let rulebook = get_rulebook();
let dpda_design = DPDADesign::new(1, '$', vec![1], rulebook);
//println!("{}", serde_yaml::to_string(&dpda_design).unwrap());
let dpda_design_from_sample_file = DPDADesign::load("sample/pda/brackets.yaml").unwrap();
assert_eq!(dpda_design, dpda_design_from_sample_file);
}
Expand Down

0 comments on commit 0a4174d

Please sign in to comment.