Skip to content

Commit 549b4a8

Browse files
committed
[Test] Tweaked comment.
1 parent acab991 commit 549b4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/Test.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class FunctionTest final {
148148
/// To create a new test, just write
149149
///
150150
/// namespace swift::test {
151-
/// static FunctionTest myTest("my-test", [](
151+
/// static FunctionTest myTest("my_new_test", [](
152152
/// SILFunction &function, Arguments &arguments, FunctionTest &test){
153153
/// // test code
154154
/// });

0 commit comments

Comments
 (0)