about summary refs log tree commit diff stats
path: root/subx/003trace.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/003trace.cc')
-rw-r--r--subx/003trace.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/003trace.cc b/subx/003trace.cc
index 81594a7d..b442cbdf 100644
--- a/subx/003trace.cc
+++ b/subx/003trace.cc
@@ -204,6 +204,7 @@ Hide_warnings = true;
 // If we aren't yet sure how to deal with some corner case, use assert_for_now
 // to indicate that it isn't an inviolable invariant.
 #define assert_for_now assert
+#define raise_for_now raise
 
 // Inside tests, fail any tests that displayed (unexpected) errors.
 // Expected errors in tests should always be hidden and silently checked for.