This commit is contained in:
Pantazis Deligiannis 2022-01-05 17:49:55 -08:00 коммит произвёл GitHub
Родитель fb75868f7a
Коммит dbc14607e6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -476,9 +476,7 @@ namespace Microsoft.Coyote.Rewriting.Types.Threading
}
// The executing op acquired the lock and can proceed.
System.Console.WriteLine($">>>> TEST-1 ?!?!");
this.Owner = this.Resource.Runtime.GetExecutingOperation<AsyncOperation>();
System.Console.WriteLine($">>>> TEST-2: {this.Owner}");
this.LockCountMap.Add(this.Owner, 1);
return this;
}