Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust fuzz names to fix
invoke fuzz
break on Linux
The go fuzz requires that the regex given matches only a single function. Previously `FuzzNormalizeTag` as a prefix of `FuzzNormalizeTagValue`, breaking `invoke fuzz` when run on the trace/traceutil package on a Linux system. This did not trigger on OS X. Signed-off-by: Brian L. Troutwine <[email protected]>
- Loading branch information