Skip to content

Commit

Permalink
Fix invalid path in generate-deriving-span-tests.py.
Browse files Browse the repository at this point in the history
This script broke after rust-lang#53196 after the tests were moved.
  • Loading branch information
frewsxcv committed Oct 28, 2018
1 parent f32f111 commit ea026b8
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 sys, 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 ea026b8

Please sign in to comment.