Skip to content

Commit

Permalink
Make ui-fulldeps/update-references executable
Browse files Browse the repository at this point in the history
When a ui-fulldeps comparison fails it suggests running
update-references.sh:

```
src/test/ui-fulldeps/update-references.sh 'rust/build/x86_64-apple-darwin/test/ui-fulldeps' 'resolve-error.rs'
```

This does not work as update-references.sh isn't executable. The other
update-references.sh in the ui directory is already executable so this looks
like an oversight.
  • Loading branch information
etaoins committed Jan 14, 2018
1 parent 3f92e8d commit 46c59ae
Showing 1 changed file with 0 additions and 0 deletions.
Empty file modified src/test/ui-fulldeps/update-references.sh
100644 → 100755
Empty file.

0 comments on commit 46c59ae

Please sign in to comment.