about summary refs log tree commit diff stats
path: root/002test.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-22 16:22:17 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-22 16:22:17 -0700
commit6a9d8191dfb5606f8d3630375f3ec045bd534ba3 (patch)
treea391cbcf7f193f7a5b3f2e9822829f21e5f80cf6 /002test.cc
parentb9dcb70b338287a764ddcbbb834094853e94a9b6 (diff)
downloadmu-6a9d8191dfb5606f8d3630375f3ec045bd534ba3.tar.gz
3557
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 6bb71b6c..72e2b95f 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 makefile
+  #include "test_list"  // auto-generated; see 'build' script
 };
 
 :(before "End Globals")