We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa8e5e6 + 6bdf186 commit a3efcf6Copy full SHA for a3efcf6
cpp/ql/test/library-tests/arguments/arguments.expected
@@ -12,7 +12,7 @@
12
| arguments.c | 12 | linux_x86_64 |
13
| arguments.c | 13 | --gcc |
14
| arguments.c | 14 | --predefined_macros |
15
-| arguments.c | 15 | <root>/tools/qltest/predefined_macros |
+| arguments.c | 15 | <tools>/qltest/predefined_macros |
16
| arguments.c | 16 | -w |
17
| arguments.c | 17 | -Werror |
18
| arguments.c | 18 | arguments.c |
cpp/ql/test/library-tests/arguments/arguments.ql
@@ -7,5 +7,5 @@ where
7
s = c
8
.getArgument(i)
9
.replaceAll("\\", "/")
10
- .regexpReplaceAll(".*(tools/qltest/predefined_macros)", "<root>/$1")
+ .regexpReplaceAll(".*(/qltest/predefined_macros)", "<tools>$1")
11
select c.getAFileCompiled().toString(), i, s
0 commit comments