Skip to content

Commit 0a69315

Browse files
committed
Uncomment missing window close in wgpu_device_push_error_scope.cpp.
1 parent 1656ae7 commit 0a69315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/wgpu_device_push_error_scope.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ void ObtainedWebGpuDevice(WGpuDevice device, void *userData)
99
wgpu_device_push_error_scope(device, WGPU_ERROR_FILTER_OUT_OF_MEMORY);
1010
wgpu_device_push_error_scope(device, WGPU_ERROR_FILTER_INTERNAL);
1111

12-
// EM_ASM(window.close());
12+
EM_ASM(window.close());
1313
}
1414

1515
void ObtainedWebGpuAdapter(WGpuAdapter adapter, void *userData)

0 commit comments

Comments
 (0)