diff options
Diffstat (limited to 'src/testing/testing.go')
| -rw-r--r-- | src/testing/testing.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing.go b/src/testing/testing.go index 5c06aea5f8..9c1325a609 100644 --- a/src/testing/testing.go +++ b/src/testing/testing.go @@ -1306,7 +1306,7 @@ func (c *common) Setenv(key, value string) { } } -// panicHanding controls the panic handling used by runCleanup. +// panicHandling controls the panic handling used by runCleanup. type panicHandling int const ( |
