summaryrefslogtreecommitdiffstats
path: root/test/Scanner
diff options
context:
space:
mode:
Diffstat (limited to 'test/Scanner')
-rw-r--r--test/Scanner/generated.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/Scanner/generated.py b/test/Scanner/generated.py
index eb66fd2..507a3d3 100644
--- a/test/Scanner/generated.py
+++ b/test/Scanner/generated.py
@@ -411,17 +411,14 @@ int g_3()
test.run(stderr=TestSCons.noisy_ar,
match=TestSCons.match_re_dotall)
-# Note that the generated .h files still get scanned twice,
-# but that's really once each as a child of libg_1.o and libg_2.o.
-
test.must_match("MyCScan.out", """\
libg_1.c: 1
libg_2.c: 1
libg_3.c: 1
-libg_gx.h: 2
+libg_gx.h: 1
libg_gy.h: 1
libg_gz.h: 1
-libg_w.h: 2
+libg_w.h: 1
""")
test.pass_test()