about summary refs log tree commit diff stats
path: root/html/subx/002test.cc.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-16 20:52:47 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-16 20:52:47 -0800
commitcdfff1a18d2203b8493f8700ab694c1c05ef6161 (patch)
treeee8d998b73721b1288cd8829cc52bf72893062f8 /html/subx/002test.cc.html
parent011a634cc6a114088e9f7f1208147f3f59fec853 (diff)
downloadmu-cdfff1a18d2203b8493f8700ab694c1c05ef6161.tar.gz
4869
Diffstat (limited to 'html/subx/002test.cc.html')
-rw-r--r--html/subx/002test.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/002test.cc.html b/html/subx/002test.cc.html
index 6927f559..ebfcba7b 100644
--- a/html/subx/002test.cc.html
+++ b/html/subx/002test.cc.html
@@ -104,7 +104,7 @@ if ('onhashchange' in window) {
 <span id="L40" class="LineNr"> 40 </span><span class="Special"><a href='002test.cc.html#L21'>Passed</a></span> =<span class="Constant"> true</span><span class="Delimiter">;</span>
 <span id="L41" class="LineNr"> 41 </span>
 <span id="L42" class="LineNr"> 42 </span><span class="Delimiter">:(before &quot;End Commandline Parsing&quot;)</span>
-<span id="L43" class="LineNr"> 43 </span><span class="Normal">if</span> <span class="Delimiter">(</span>argc &gt; <span class="Constant">1</span> &amp;&amp; <a href='001help.cc.html#L89'>is_equal</a><span class="Delimiter">(</span>argv[<span class="Constant">1</span>]<span class="Delimiter">,</span> <span class="Constant">&quot;test&quot;</span><span class="Delimiter">))</span> <span class="Delimiter">{</span>
+<span id="L43" class="LineNr"> 43 </span><span class="Normal">if</span> <span class="Delimiter">(</span>argc &gt; <span class="Constant">1</span> &amp;&amp; <a href='001help.cc.html#L98'>is_equal</a><span class="Delimiter">(</span>argv[<span class="Constant">1</span>]<span class="Delimiter">,</span> <span class="Constant">&quot;test&quot;</span><span class="Delimiter">))</span> <span class="Delimiter">{</span>
 <span id="L44" class="LineNr"> 44 </span>  <span class="Special"><a href='002test.cc.html#L20'>Run_tests</a></span> =<span class="Constant"> true</span><span class="Delimiter">;</span>  --argc<span class="Delimiter">;</span>  ++argv<span class="Delimiter">;</span>  <span class="Comment">// shift 'test' out of commandline args</span>
 <span id="L45" class="LineNr"> 45 </span><span class="Delimiter">}</span>
 <span id="L46" class="LineNr"> 46 </span>