mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-27 22:02:33 +01:00
Switch from assert to a CHECK macro to run in all build modes. (#595)
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
#include "executable_semantics/ast/expression.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
|
||||
namespace Carbon {
|
||||
|
||||
Reference in New Issue
Block a user