about summary refs log tree commit diff stats
path: root/002test.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-06-06 08:56:50 -0700
committerKartik Agaram <vc@akkartik.com>2018-06-06 08:56:50 -0700
commit8f97725d0088d86ae157006234d1d0009b1dbf4c (patch)
tree142c256c4ed0af0ea47f58bf6e2287e3c5749e3f /002test.cc
parent91fe63cdc15daa2ff15c0527bbf29abadb134ecc (diff)
downloadmu-8f97725d0088d86ae157006234d1d0009b1dbf4c.tar.gz
4252
Diffstat (limited to '002test.cc')
-rw-r--r--002test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/002test.cc b/002test.cc
index 33560a9d..b47731b5 100644
--- a/002test.cc
+++ b/002test.cc
@@ -13,7 +13,7 @@ typedef void (*test_fn)(void);
 :(before "Globals")
 // move a global ahead into types that we can't generate an extern declaration for
 const test_fn Tests[] = {
-  #include "test_list"  // auto-generated; see 'build' script
+  #include "test_list"  // auto-generated; see 'build*' scripts
 };
 
 :(before "End Globals")