We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#[test]
1 parent a4c41e3 commit b623956Copy full SHA for b623956
googletest_macro/src/lib.rs
@@ -191,7 +191,7 @@ pub fn gtest(
191
///
192
/// Generally, prefer using `#[gtest]` to mark googletest-based tests.
193
194
-/// Use `#[gtest]` instead of `#[gtest]` to satisfy compatibility
+/// Use `#[test]` instead of `#[gtest]` to satisfy compatibility
195
/// requirements. For example, the rstest crate can be composed with other test
196
/// attributes but it requires the attribute to be named `test`.
197
0 commit comments