Skip to content

Commit 422c2d8

Browse files
committed
Update Aspectator and enhance test case
1 parent eb7d9f3 commit 422c2d8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
info: expand($) {
2-
$fprintf<"work/info.txt","%s %d %s\n",$path,$line,$macro_name>
2+
$fprintf<"work/info.txt","%s %d %s %s %d\n",$expansion_path,$expansion_line,$macro_name,$path,$line>
33
}
44
info: expand($(..)) {
5-
$fprintf<"work/info.txt","%s %d %s\n",$path,$line,$macro_name>
5+
$fprintf<"work/info.txt","%s %d %s %s %d\n",$expansion_path,$expansion_line,$macro_name,$path,$line>
66
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
input/simple.c 30 CONST
2-
input/simple.c 40 ZERO
1+
input/simple.c 30 CONST input/simple.c 2
2+
input/simple.c 40 ZERO input/simple.c 3

0 commit comments

Comments
 (0)