diff options
| author | dubiousjim <dubiousjim@gmail.com> | 2020-03-06 08:34:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-06 08:34:02 -0500 |
| commit | 9a63902db5bc33f3130c7227299cfb3b5be400ae (patch) | |
| tree | 2d8215f1e153d5ca20ff608973a1988c589eaa58 /tools/testdata | |
| parent | afea9b2edd4becf66bdc6d40a0cb0dbe29267524 (diff) | |
Rename readDir -> readdir (#4225)
Diffstat (limited to 'tools/testdata')
| -rw-r--r-- | tools/testdata/unit_test_output1.txt | 4 | ||||
| -rw-r--r-- | tools/testdata/unit_test_output3.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/testdata/unit_test_output1.txt b/tools/testdata/unit_test_output1.txt index 4b208319f..8a4cfdfd3 100644 --- a/tools/testdata/unit_test_output1.txt +++ b/tools/testdata/unit_test_output1.txt @@ -133,9 +133,9 @@ test readFileSyncNotFound_permW0N0E0 ... [32mok[0m test readFileSuccess_permW0N0E0 ... [32mok[0m -test readDirSyncNotDir_permW0N0E0 +test readdirSyncNotDir_permW0N0E0 ... [32mok[0m -test readDirSyncNotFound_permW0N0E0 +test readdirSyncNotFound_permW0N0E0 ... [32mok[0m test writeFileSyncPerm_permW0N0E0 ... [32mok[0m diff --git a/tools/testdata/unit_test_output3.txt b/tools/testdata/unit_test_output3.txt index 402261e76..f1dd7078e 100644 --- a/tools/testdata/unit_test_output3.txt +++ b/tools/testdata/unit_test_output3.txt @@ -163,9 +163,9 @@ test readFileSyncNotFound_permW0N0E0 ... [32mok[0m test readFileSuccess_permW0N0E0 ... [32mok[0m -test readDirSyncNotDir_permW0N0E0 +test readdirSyncNotDir_permW0N0E0 ... [32mok[0m -test readDirSyncNotFound_permW0N0E0 +test readdirSyncNotFound_permW0N0E0 ... [32mok[0m test writeFileSyncPerm_permW0N0E0 ... [32mok[0m |
