From 99a2c1a75d856b08545fb1e4a219c548a229486a Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 21 Aug 2015 17:17:54 -0700 Subject: 2054 --- 011load.cc | 1 + 043new.cc | 1 - test_all_layers | 3 +-- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/011load.cc b/011load.cc index 8afe076f..d73f1e0f 100644 --- a/011load.cc +++ b/011load.cc @@ -251,6 +251,7 @@ void show_rest_of_stream(istream& in) { //: Have tests clean up any recipes they added. :(before "End Globals") vector recently_added_recipes; +long long int Reserved_for_tests = 1000; :(before "End Setup") for (long long int i = 0; i < SIZE(recently_added_recipes); ++i) { //? cout << "AAA clearing " << Recipe[recently_added_recipes.at(i)].name << '\n'; //? 2 diff --git a/043new.cc b/043new.cc index 64f6fb57..81bcb21e 100644 --- a/043new.cc +++ b/043new.cc @@ -11,7 +11,6 @@ recipe main [ +mem: storing 0 in location 3 :(before "End Globals") -long long int Reserved_for_tests = 1000; long long int Memory_allocated_until = Reserved_for_tests; long long int Initial_memory_per_routine = 100000; :(before "End Setup") diff --git a/test_all_layers b/test_all_layers index bb063606..60e21773 100755 --- a/test_all_layers +++ b/test_all_layers @@ -8,5 +8,4 @@ done echo "=== chessboard" # our most intensive test so far rm mu.cc -make clang -mu test chessboard.mu +CXX=clang++ ./mu test chessboard.mu -- cgit 1.4.1-2-gfad0