mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user