You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compile_fail function accepts a string to match against paths. If there's a typo in that string which causes it to match no folder / files the test will pass, but it is probably indicative of a developer error.
I experienced this myself when I renamed the folder where I keep trybuild test vectors, without updating the compile_fail call.
The compile_fail function could raise an error in this case.
The text was updated successfully, but these errors were encountered:
The
compile_fail
function accepts a string to match against paths. If there's a typo in that string which causes it to match no folder / files the test will pass, but it is probably indicative of a developer error.I experienced this myself when I renamed the folder where I keep trybuild test vectors, without updating the
compile_fail
call.The compile_fail function could raise an error in this case.
The text was updated successfully, but these errors were encountered: