diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2015-11-24 12:45:27 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-11-24 14:02:58 +0100 |
commit | e506f02dd2ff75857e975170eb1988b3c89ff190 (patch) | |
tree | cf15c2cd371a96b3b47c0ed4641448510d30fb2b /validate | |
parent | 6d147939628c8503d682ffbe2985ca435d7a7c1d (diff) | |
download | haskell-e506f02dd2ff75857e975170eb1988b3c89ff190.tar.gz |
Rewrite checkUniques and incorporate into validate
This should catch duplicate uniques in the future before Bad Things
happen.
Test Plan: Introduce a duplicate unique and validate
Reviewers: austin, hvr, thomie
Reviewed By: hvr, thomie
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1521
Diffstat (limited to 'validate')
-rwxr-xr-x | validate | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -157,6 +157,8 @@ if [ $be_quiet -eq 1 ]; then make="$make -s" fi +$make -C utils/checkUniques + if [ $testsuite_only -eq 0 ]; then if [ $no_clean -eq 0 ]; then |