about summary refs log tree commit diff stats
path: root/cpp/018address
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/018address')
-rw-r--r--cpp/018address4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/018address b/cpp/018address
index 621ad7e3..91954ec8 100644
--- a/cpp/018address
+++ b/cpp/018address
@@ -95,7 +95,7 @@ reagent deref(reagent x) {
   return result;
 }
 
-:(scenario "get_address_indirect")
+:(scenario "get_indirect")
 # 'get' can read from record address
 recipe main [
   1:integer <- copy 2:literal
@@ -138,7 +138,7 @@ case GET: {
   break;
 }
 
-:(scenario "get_indirect")
+:(scenario "get_address_indirect")
 # 'get' can read from record address
 recipe main [
   1:integer <- copy 2:literal