Skip to content

Commit 36f22cd

Browse files
committed
[lldb] Fix TestGdbRemoteMemoryAllocation on windows
It appears that memory allocation actually works on windows (but it was not fully wired up before 2c4226f).
1 parent ea3a547 commit 36f22cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/tools/lldb-server/memory-allocation/TestGdbRemoteMemoryAllocation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
supported_linux_archs = ["x86_64", "i386"]
9-
supported_oses = ["linux"]
9+
supported_oses = ["linux", "windows"]
1010

1111
class TestGdbRemoteMemoryAllocation(gdbremote_testcase.GdbRemoteTestCaseBase):
1212

0 commit comments

Comments
 (0)