google / starlark-go

Starlark in Go: the Starlark configuration language, implemented in Go
BSD 3-Clause "New" or "Revised" License
2.3k stars 209 forks source link

starlark: avoid constants > 1<<32 in tests #336

Closed alandonovan closed 3 years ago

alandonovan commented 3 years ago

...so that they compile on 32-bit platforms like GOARCH=386.