Skip to content

Commit 31f47e1

Browse files
authored
Rename lost_device_on_duplicate to handles_duplicate_calls (#2928)
1 parent bf7758d commit 31f47e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2140,7 +2140,7 @@ api:
21402140
<%api.GPU:gpu%>
21412141
var promise = gpu.requestAdapter();
21422142
__additional:
2143-
requestDevice.lost_device_on_duplicate: |-
2143+
requestDevice.handles_duplicate_calls: |-
21442144
return promise.then(function(adapter) {
21452145
return adapter.requestDevice().then(function(device1) {
21462146
bcd.addCleanup(function() {

0 commit comments

Comments
 (0)