mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:00:13 +01:00
This resolves an issue I was seeing where none of the `lit` based test executions could import the `lit` module. The `imports` attribute this adds seems like the essential part, but I added both while there. I'm not sure if this is the right fix though as no one else seems to have been having trouble and worried this is actually something weird with my setup that is broken. Ideas or suggestions welcome!