about summary refs log tree commit diff stats
path: root/002test.cc
diff options
context:
space:
mode:
Diffstat (limited to '002test.cc')
-rw-r--r--002test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/002test.cc b/002test.cc
index b9cb0e15..bb3e3b51 100644
--- a/002test.cc
+++ b/002test.cc
@@ -10,8 +10,7 @@
 
 :(before "End Types")
 typedef void (*test_fn)(void);
-:(before "Globals")
-// move a global ahead into types that we can't generate an extern declaration for
+:(before "End Constants")
 const test_fn Tests[] = {
   #include "test_list"  // auto-generated; see makefile
 };