about summary refs log tree commit diff stats
path: root/html/042name.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-25 22:18:05 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-25 22:18:05 -0800
commit9e91a21ef385e33ca373e4308ca3227c228fe09b (patch)
tree55b97647b182d2acddc1413cccdaf7e2c99b480e /html/042name.cc.html
parenta3a0574f17424cb67c1be120b01d6b57771bbbfe (diff)
downloadmu-9e91a21ef385e33ca373e4308ca3227c228fe09b.tar.gz
2710
Diffstat (limited to 'html/042name.cc.html')
-rw-r--r--html/042name.cc.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/html/042name.cc.html b/html/042name.cc.html
index e3b73f35..db8ea63b 100644
--- a/html/042name.cc.html
+++ b/html/042name.cc.html
@@ -202,7 +202,6 @@ recipe main [
 <span class="traceContains">+error: main: mixing variable names and numeric addresses</span>
 
 <span class="Delimiter">:(scenario transform_names_does_not_fail_when_mixing_names_and_raw_locations)</span>
-<span class="Special">% Hide_errors = true;</span>
 recipe main [
   x:number<span class="Special"> &lt;- </span>copy <span class="Constant">1</span>:number/<span class="Special">raw</span>
 ]
@@ -210,7 +209,6 @@ recipe main [
 $error: <span class="Constant">0</span>
 
 <span class="Delimiter">:(scenario transform_names_does_not_fail_when_mixing_names_and_literals)</span>
-<span class="Special">% Hide_errors = true;</span>
 recipe main [
   x:number<span class="Special"> &lt;- </span>copy <span class="Constant">1</span>
 ]
175'>175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259