changeset 179:8f5b326689da

add a bit to t38
author David A. Holland
date Fri, 12 Jun 2015 03:07:21 -0400
parents 0d5b9651b240
children d65a2f2184cb
files tests/t38.c tests/t38.good
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/t38.c	Fri Jun 12 03:05:49 2015 -0400
+++ b/tests/t38.c	Fri Jun 12 03:07:21 2015 -0400
@@ -7,3 +7,5 @@
 m()
 #line 600 "foo.c"
 m()
+#include "subdir/test.h"
+m()
--- a/tests/t38.good	Fri Jun 12 03:05:49 2015 -0400
+++ b/tests/t38.good	Fri Jun 12 03:07:21 2015 -0400
@@ -4,3 +4,5 @@
 "t38.c":5
 "t38.c":500
 "foo.c":600
+hello
+"foo.c":602