Skip to content

Commit

Permalink
Issue: dotnet#590
Browse files Browse the repository at this point in the history
  • Loading branch information
mikem8361 committed Dec 11, 2019
1 parent 3beea4e commit 90c0f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SOS/lldbplugin.tests/t_cmd_pe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90c0f58

Please sign in to comment.