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