We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1c4c8 commit 29298aaCopy full SHA for 29298aa
windows/syscall_windows_test.go
@@ -1438,17 +1438,6 @@ uintptr_t beep(void) {
1438
}
1439
1440
1441
-func TestGetKeyboardLayout(t *testing.T) {
1442
- fg := windows.GetForegroundWindow()
1443
- tid, err := windows.GetWindowThreadProcessId(fg, nil)
1444
- if err != nil {
1445
- t.Fatalf("GetWindowThreadProcessId failed: %v", err)
1446
- }
1447
-
1448
- // We don't care about the result, just that it doesn't crash.
1449
- _ = windows.GetKeyboardLayout(tid)
1450
-}
1451
1452
func TestToUnicodeEx(t *testing.T) {
1453
var utf16Buf [16]uint16
1454
0 commit comments