Skip to content

Commit

Permalink
cherry pick changes from emitMSIL
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkkirschner committed Oct 4, 2022
1 parent afee31d commit 11e15aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Engine/ProtoTestFx/TestFrameWork.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public enum VerificationFormat
bool testImport;
bool testDebug;
//control which VM is used to run tests.
bool testMSILExecution = false;
bool testMSILExecution = true;
Dictionary<string, object> MSILMirror;

bool dumpDS =false;
Expand Down

0 comments on commit 11e15aa

Please sign in to comment.