summaryrefslogtreecommitdiff
path: root/tests/top.l
diff options
context:
space:
mode:
Diffstat (limited to 'tests/top.l')
-rw-r--r--tests/top.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/top.l b/tests/top.l
index 25f4773..cefb2e7 100644
--- a/tests/top.l
+++ b/tests/top.l
@@ -24,7 +24,8 @@
%{
/* Build "scanner.c".
The scanner is not important.
- This test is really about compilation. See "main.c".
+ This test is backend-independent; what it's really testing
+ is Flex's ability to accumulate and ship preamble code sections.
*/
#include <stdio.h>
#include <stdlib.h>