Skip to content

Commit

Permalink
Commented out the test_only for the struct FakeCons
Browse files Browse the repository at this point in the history
  • Loading branch information
junkil-park committed Aug 11, 2023
1 parent 58c688a commit 68dd624
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ module aptos_std::string_utils {
native_format_list(&b"a = {} b = {} c = {}", &l);
}

#[test_only]
/// #[test_only]
struct FakeCons<T, N> has copy, drop, store {
car: T,
cdr: N,
Expand Down

0 comments on commit 68dd624

Please sign in to comment.