about summary refs log tree commit diff stats
path: root/058shape_shifting_recipe.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-04-30 10:09:38 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-04-30 10:09:38 -0700
commit471839dad7e953fdd88902e03ddb55c02377ad44 (patch)
tree14d6e855e0d6a16fa1e3f32af84fde61585c8023 /058shape_shifting_recipe.cc
parent841387aea82a398e86871c54132bb5d6b19ddca4 (diff)
downloadmu-471839dad7e953fdd88902e03ddb55c02377ad44.tar.gz
2889
Diffstat (limited to '058shape_shifting_recipe.cc')
-rw-r--r--058shape_shifting_recipe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/058shape_shifting_recipe.cc b/058shape_shifting_recipe.cc
index 0384dd57..433147cd 100644
--- a/058shape_shifting_recipe.cc
+++ b/058shape_shifting_recipe.cc
@@ -678,7 +678,7 @@ void test_shape_shifting_new_ingredient_does_not_pollute_global_namespace() {
       "]\n");
   // then it should work as usual
   reagent callsite("x:foo:point");
-  reagent element = element_type(callsite, 0);
+  reagent element = element_type(callsite.type, 0);
   CHECK_EQ(element.name, "x");
   CHECK_EQ(element.type->name, "point");
   CHECK(!element.type->right);