We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc1825 commit 72b7db2Copy full SHA for 72b7db2
Documentation/Porting.md
@@ -231,7 +231,7 @@ diff --git a/Sources/_TestingInternals/Discovery.cpp b/Sources/_TestingInternals
231
static const char& testContentSectionEnd = testContentSectionBegin;
232
#if !defined(SWT_NO_LEGACY_TEST_DISCOVERY)
233
static const char typeMetadataSectionBegin = 0;
234
- static const char& typeMetadataSectionEnd = testContentSectionBegin;
+ static const char& typeMetadataSectionEnd = typeMetadataSectionBegin;
235
#endif
236
237
```
0 commit comments