Skip to content

Commit

Permalink
Rollup merge of rust-lang#55447 - frewsxcv:frewsxcv-rename, r=Mark-Si…
Browse files Browse the repository at this point in the history
…mulacrum

Fix invalid path in generate-deriving-span-tests.py.

This script broke after rust-lang#53196 – the tests were moved.
  • Loading branch information
pietroalbini committed Oct 29, 2018
2 parents 9786d98 + ea026b8 commit eb00b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/generate-deriving-span-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
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

Expand Down

0 comments on commit eb00b47

Please sign in to comment.