================
@@ -0,0 +1,22 @@
+import lldb
+from lldbsuite.test.decorators import *
+from lldbsuite.test.lldbtest import *
+from lldbsuite.test import lldbutil
+
+
+class MissingDllTestCase(TestBase):
+    @skipUnlessWindows
+    def test(self):
----------------
DavidSpickett wrote:

Add a docstring to explain the purpose, such as:
```
"""
Test that lldb reports the application's NTSTATUS exit code, rather than trying 
to treat it as a Win32 error number.
"""
```

https://github.com/llvm/llvm-project/pull/141290
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to