Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
Modify func note
Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
| ... | ... |
@@ -9,7 +9,7 @@ import ( |
| 9 | 9 |
"time" |
| 10 | 10 |
) |
| 11 | 11 |
|
| 12 |
-// TestChtimes tests Chtimes access time on a tempfile on Linux |
|
| 12 |
+// TestChtimesLinux tests Chtimes access time on a tempfile on Linux |
|
| 13 | 13 |
func TestChtimesLinux(t *testing.T) {
|
| 14 | 14 |
file, dir := prepareTempFile(t) |
| 15 | 15 |
defer os.RemoveAll(dir) |
| ... | ... |
@@ -9,7 +9,7 @@ import ( |
| 9 | 9 |
"time" |
| 10 | 10 |
) |
| 11 | 11 |
|
| 12 |
-// TestChtimes tests Chtimes access time on a tempfile on Windows |
|
| 12 |
+// TestChtimesWindows tests Chtimes access time on a tempfile on Windows |
|
| 13 | 13 |
func TestChtimesWindows(t *testing.T) {
|
| 14 | 14 |
file, dir := prepareTempFile(t) |
| 15 | 15 |
defer os.RemoveAll(dir) |