Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I noticed over in cockroachdb/cockroach that test failures were printed as originating from `datadriven.go:194` as opposed to the actual test's invocation of `datadriven.RunTest`. Inserting the missing `t.Helper()` call seems to have fixed that.
- Loading branch information