Skip to content

Commit 5ace091

Browse files
gribozavrcopybara-github
authored andcommitted
Add googletest::gtest to googletest::prelude
We would like the canonical spelling of the attribute to be `#[gtest]` - short but clearly identifying the library. PiperOrigin-RevId: 661146513
1 parent 4acb873 commit 5ace091

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

googletest/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ pub mod matchers;
4242
/// }
4343
/// ```
4444
pub mod prelude {
45+
pub use super::gtest;
4546
pub use super::matcher::{Matcher, MatcherBase};
4647
pub use super::matchers::*;
4748
pub use super::verify_current_test_outcome;

0 commit comments

Comments
 (0)