From 90c0f581805c74a1d77150645de8c24ce469f1c2 Mon Sep 17 00:00:00 2001 From: Mike McLaughlin Date: Wed, 11 Dec 2019 15:52:58 -0800 Subject: [PATCH] Issue: https://github.com/dotnet/diagnostics/issues/590 --- src/SOS/lldbplugin.tests/t_cmd_pe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SOS/lldbplugin.tests/t_cmd_pe.py b/src/SOS/lldbplugin.tests/t_cmd_pe.py index 0a87014934..30dd443075 100644 --- a/src/SOS/lldbplugin.tests/t_cmd_pe.py +++ b/src/SOS/lldbplugin.tests/t_cmd_pe.py @@ -12,7 +12,7 @@ def runScenario(assembly, debugger, target): # set breakpoint at Test.Main and stop there test.stop_in_main(debugger, assembly) - ci.HandleCommand("dso", res) + ci.HandleCommand("pe", res) print(res.GetOutput()) print(res.GetError()) # Interpreter must have this command and able to run it