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.
1 parent 165d76a commit f36619bCopy full SHA for f36619b
features/frameworks/utest/utest/utest_case.h
@@ -165,8 +165,8 @@ namespace v1 {
165
166
private:
167
// IMPORTANT: No data members shall be declared inside this class.
168
- // Data members shall be declared in case_t to preserve the layout
169
- // and the compatibility between the two types.
+ // Data members shall be declared in case_t to preserve the layout
+ // and the compatibility between the two types.
170
171
friend class Harness;
172
friend class Specification;
0 commit comments