Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay committed Apr 20, 2020
1 parent 17769c5 commit 539d018
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion programs/bpf_loader/src/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,8 @@ mod tests {
.unwrap();
}

#[ignore] // solana_logger conflicts when running tests concurrently, this results in the bad string length being ignored and not returning an error
#[ignore]
// solana_logger conflicts when running tests concurrently, this results in the bad string length being ignored and not returning an error
#[test]
fn test_helper_sol_log() {
let string = "Gaggablaghblagh!";
Expand Down

0 comments on commit 539d018

Please sign in to comment.