about summary refs log tree commit diff stats
path: root/cpp/010vm
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-15 10:27:16 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-15 10:27:16 -0700
commit7a9b05fa66c97ef912e77e9c7618f4ef198636d0 (patch)
tree91968b29cd1dc9949f3b883707978801ed448c02 /cpp/010vm
parentf3bce7176bc15ec04739c61db0d189cbaaaca7d8 (diff)
downloadmu-7a9b05fa66c97ef912e77e9c7618f4ef198636d0.tar.gz
1066 - bugfix: support string literals with colons
Diffstat (limited to 'cpp/010vm')
-rw-r--r--cpp/010vm4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/010vm b/cpp/010vm
index 2c230c10..c233f127 100644
--- a/cpp/010vm
+++ b/cpp/010vm
@@ -181,10 +181,6 @@ Next_recipe_number = 1000;  // consistent new numbers for each test
       types.push_back(0);
       properties[0].second.push_back("dummy");
     }
-    else if (types.empty()) {  // hacky test for string
-      types.push_back(0);
-      properties[0].second.push_back("literal-string");
-    }
   }
   reagent::reagent() :value(0), initialized(false) {
     // The first property is special, so ensure we always have it.