parent
85796229c2
commit
fcbab5948c
5 changed files with 22 additions and 9 deletions
@ -0,0 +1,3 @@ |
||||
project('subdir2', 'c') |
||||
subdir('sub') |
||||
subdir('sub') |
@ -0,0 +1 @@ |
||||
message('Now in subdir') |
@ -0,0 +1,7 @@ |
||||
{ |
||||
"stdout": [ |
||||
{ |
||||
"line": "test cases/failing/112 enter subdir twice/meson.build:3:0: ERROR: Tried to enter directory \"sub\", which has already been visited." |
||||
} |
||||
] |
||||
} |
Loading…
Reference in new issue