mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Replace t_assert() with Assert().
Also use this assertions for Expects(), Ensures() and Unexpected().
This commit is contained in:
@@ -62,6 +62,13 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||
#include <map>
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
|
||||
// Ensures/Expects.
|
||||
#include <gsl/gsl_assert>
|
||||
|
||||
// Redefine Ensures/Expects by our own assertions.
|
||||
#include "base/assertion.h"
|
||||
|
||||
#include <gsl/gsl>
|
||||
|
||||
#include "base/variant.h"
|
||||
|
Reference in New Issue
Block a user