Skip to content

Commit

Permalink
delete tmp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jul 6, 2024
1 parent 805e49f commit 25fe3be
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions sdk/hash/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,16 +173,3 @@ impl Hash {
self.0.clone().into()
}
}

#[cfg(test)]
mod tests {
use super::*;
use solana_frozen_abi::abi_example::AbiExample;
fn foo<T: AbiExample>() {
}

#[test]
fn test_abi_example_impl() {
foo::<Hash>();
}
}

0 comments on commit 25fe3be

Please sign in to comment.