turn off tracing by default, change golden (#381)

* turn off tracing by default, change golden

* Update executable_semantics/main.cpp

Co-authored-by: Jon Meow <46229924+jonmeow@users.noreply.github.com>

* Update executable_semantics/main.cpp

Co-authored-by: Jon Meow <46229924+jonmeow@users.noreply.github.com>

* merge with trunk, update goldens

Co-authored-by: Jon Meow <46229924+jonmeow@users.noreply.github.com>
This commit is contained in:
Jeremy G. Siek
2021-03-16 09:03:10 -04:00
committed by GitHub
co-authored by Jon Meow
parent ced98ef021
commit 7c4fcd3fa5
49 changed files with 7 additions and 9873 deletions
-1
View File
@@ -55,7 +55,6 @@ auto MakeWhile(int line_num, Expression* cond, Statement* body) -> Statement* {
}
auto MakeBreak(int line_num) -> Statement* {
std::cout << "MakeBlock" << std::endl;
auto* s = new Statement();
s->line_num = line_num;
s->tag = StatementKind::Break;