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:
Pietro Albini
2018-10-29 09:47:52 +01:00
committed by GitHub
+1 -1
View File
@@ -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