From c8a3ccbeb89221d726542a89b42ddb26827af1f4 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 27 Jul 2019 18:26:18 -0700 Subject: 5490 --- html/002test.cc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/002test.cc.html') diff --git a/html/002test.cc.html b/html/002test.cc.html index 266a34ed..f7f4cc82 100644 --- a/html/002test.cc.html +++ b/html/002test.cc.html @@ -2,7 +2,7 @@ -Mu - subx/002test.cc +Mu - 002test.cc @@ -57,7 +57,7 @@ if ('onhashchange' in window) { -https://github.com/akkartik/mu/blob/master/subx/002test.cc +https://github.com/akkartik/mu/blob/master/002test.cc
   1 //: A simple test harness. To create new tests, define functions starting with
   2 //: 'test_'. To run all tests so defined, run:
@@ -101,7 +101,7 @@ if ('onhashchange' in window) {
  40 Passed = true;
  41 
  42 :(before "End Commandline Parsing")
- 43 if (argc > 1 && is_equal(argv[1], "test")) {
+ 43 if (argc > 1 && is_equal(argv[1], "test")) {
  44   Run_tests = true;  --argc;  ++argv;  // shift 'test' out of commandline args
  45 }
  46 
-- 
cgit 1.4.1-2-gfad0