Skip to content

Commit 569c138

Browse files
committed
s/internal error/internal compiler error/
1 parent 3314c5f commit 569c138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/integration-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cd checkout
99
function check() {
1010
cargo clippy --all &> clippy_output
1111
cat clippy_output
12-
! cat clippy_output | grep -q "internal error"
12+
! cat clippy_output | grep -q "internal compiler error"
1313
if [[ $? != 0 ]]; then
1414
return 1
1515
fi

0 commit comments

Comments
 (0)