ref: 2bb2b35d3e99d90fdcb026c886c2fc20d805ef7f
parent: c4f1f75587d497b948c1b3f01705711264454928
author: Ori Bernstein <ori@eigenstate.org>
date: Thu Jun 25 11:52:41 EDT 2015
Fix last broken test. rc uses ' instead of ".
--- a/mkfile
+++ b/mkfile
@@ -50,6 +50,7 @@
check:V: all
cd test
mk check
+ mbld test
config.h:
echo '#define Instroot "/amd64"' > config.h
--- a/test/tests
+++ b/test/tests
@@ -96,7 +96,7 @@
B gsizeof E 5
B matchint E 84
B matchconst E 88
-B matchnsconst P "matched badchar"
+B matchnsconst P 'matched badchar'
B matchunion E 84
B matchtup E 42
B matchstruct E 42