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 acab991 commit 549b4a8Copy full SHA for 549b4a8
include/swift/SIL/Test.h
@@ -148,7 +148,7 @@ class FunctionTest final {
148
/// To create a new test, just write
149
///
150
/// namespace swift::test {
151
- /// static FunctionTest myTest("my-test", [](
+ /// static FunctionTest myTest("my_new_test", [](
152
/// SILFunction &function, Arguments &arguments, FunctionTest &test){
153
/// // test code
154
/// });
0 commit comments