Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

22387 #60

Merged
merged 1 commit into from
Oct 26, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ if rustc --version 2>&1 | true; then
exit 1
fi

set +o pipefail
echo "Testing 22387"
echo -e '\xD2' | rustc - 2>&1 | grep -q 'internal compiler error' || exit 1

for f in src/*
do
echo "Testing $f:"
Expand Down