You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was having this issue. I fixed it by cleaning my local repository of untracked files using git clean -fdx.
Edit: It fixes the issue during normal testing, but indeed this error still occurs for me in integration tests.
When running the integration tests of
c2go
using Go 1.14, a few builtin identifiers are undefined, as illustrated below.Additional information
Clang 9.0.1 was used in the example above.
The text was updated successfully, but these errors were encountered: