about summary refs log tree commit diff stats
path: root/026assert.cc
diff options
context:
space:
mode:
Diffstat (limited to '026assert.cc')
-rw-r--r--026assert.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/026assert.cc b/026assert.cc
index 74e85496..557bb780 100644
--- a/026assert.cc
+++ b/026assert.cc
@@ -14,7 +14,7 @@ case ASSERT: {
   assert(SIZE(ingredients) == 2);
   assert(scalar(ingredients.at(0)));
   if (!ingredients.at(0).at(0)) {
-    assert(isa_literal(current_instruction().ingredients.at(1)));
+    assert(is_literal(current_instruction().ingredients.at(1)));
     raise << current_instruction().ingredients.at(1).name << '\n' << die();
   }
   break;