Skip to content

Commit

Permalink
Setting seed value to repro issue #16061
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhang committed Feb 20, 2018
1 parent dab4790 commit e7faf99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/src/GC/Scenarios/LeakWheel/leakwheel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ public static int Main( String [] Args)
iTable = 500;

//Seed for generate random iKey
iSeed = (int)DateTime.Now.Ticks;
//iiSeed = (int)DateTime.Now.Ticks;
iSeed = -2117355236;

switch( Args.Length )
{
Expand Down

0 comments on commit e7faf99

Please sign in to comment.