Skip to content

Commit

Permalink
Fix for unittest_custom_options test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhickman committed Aug 15, 2024
1 parent 781b596 commit 1bbeb8c
Show file tree
Hide file tree
Showing 2 changed files with 470 additions and 4 deletions.
5 changes: 1 addition & 4 deletions protox/tests/compare.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,7 @@ fn google_test_messages_proto3() {
compare("test_messages_proto3");
}

#[test]
fn google_unittest_custom_options() {
compare("unittest_custom_options");
}
compare!(google_unittest_custom_options);

#[test]
fn google_unittest_empty() {
Expand Down
Loading

0 comments on commit 1bbeb8c

Please sign in to comment.