delve/pkg/proc/test
Derek Parker de6682d291 pkg/proc/test: Eval symlinks for test source (#1452)
Some build environments (such as when building RPMs) enjoy symlinking
things. This unfortunately causes our tests to fail as we record the
path of fixtures and use that when looking up file:line information.
However, the debug info in the binary records the original file
location, not the location of the symlink.
2019-01-04 11:03:16 +01:00
..
support.go pkg/proc/test: Eval symlinks for test source (#1452) 2019-01-04 11:03:16 +01:00