Sign in
skia
/
buildbot
/
d5d8e26b73db6fbeb1dc7ed9eb661c6a6c228628
/
.
/
go
/
gpus
/
gpus_test.go
blob: f16cbea0de144ea509cd85f845d5e39a56686df0 [
file
] [
log
] [
blame
]
package gpus
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestGPUVendorNameToID_CanonicalizesCase(t *testing.T) {
assert.Equal(t, VendorNameToID("Nvidia"), VendorID("10de"))
}