Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clinuxrulz committed Feb 8, 2018
1 parent a6a5e13 commit 1bcd7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/cell_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ fn lift_cells_in_switch_c() {
let sodium_ctx2 = &mut sodium_ctx2;
let out = Rc::new(RefCell::new(Vec::new()));
let s = sodium_ctx.new_cell_sink(0);
let c = sodium_ctx.new_cell(sodium_ctx2.new_cell(0));
let c = sodium_ctx.new_cell(sodium_ctx2.new_cell(1));
let r;
{
let s = s.clone();
Expand Down

0 comments on commit 1bcd7c0

Please sign in to comment.