Rollup merge of #55447 - frewsxcv:frewsxcv-rename, r=Mark-Simulacrum
Fix invalid path in generate-deriving-span-tests.py. This script broke after #53196 – the tests were moved.
This commit is contained in:
commit
eb00b4792c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ sample usage: src/etc/generate-deriving-span-tests.py
|
|||
import os, datetime, stat, re
|
||||
|
||||
TEST_DIR = os.path.abspath(
|
||||
os.path.join(os.path.dirname(__file__), '../test/compile-fail'))
|
||||
os.path.join(os.path.dirname(__file__), '../test/ui/derives/'))
|
||||
|
||||
YEAR = datetime.datetime.now().year
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue