Switch from assert to a CHECK macro to run in all build modes. (#595)

This commit is contained in:
Jon Meow
2021-06-24 12:32:01 -07:00
committed by GitHub
parent 6ca6822157
commit 6c259dd5de
10 changed files with 98 additions and 40 deletions
-1
View File
@@ -4,7 +4,6 @@
#include "executable_semantics/ast/expression.h"
#include <cassert>
#include <iostream>
namespace Carbon {