Skip to content

Commit

Permalink
Creating test to close 49143.
Browse files Browse the repository at this point in the history
  • Loading branch information
thaystg committed Jul 19, 2021
1 parent f7e4c26 commit 32a3d66
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ await EvaluateOnCallFrameAndCheck(id,
("this.CallMethod()", TNumber(1)),
("this.CallMethod()", TNumber(1)),
("this.ParmToTestObj.MyMethod()", TString("methodOK")),
("this.ParmToTestObj.ToString()", TString("DebuggerTests.EvaluateMethodTestsClass+ParmToTest")),
("this.objToTest.MyMethod()", TString("methodOK")));
});

Expand Down

0 comments on commit 32a3d66

Please sign in to comment.