Sign in
skia
/
buildbot
/
87111746e4cc4b0d345d5badce502ad840b9359a
/
.
/
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"))
}