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

Commit c91b2ee

Browse files
committed
Merge pull request #48 from bltavares/21335
21335
2 parents 8f371f0 + 6c24a3d commit c91b2ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ do
1515
fi
1616
done
1717

18+
echo "Testing 21335"
19+
rustc - --out-dir=random_directory_that_does_not_exist/ --emit=llvm-ir <<< 'fn main(){}'
20+
1821
echo "Testing 16229"
1922
if bash 16229.sh > /dev/null 2>&1; then
2023
exit 1

0 commit comments

Comments
 (0)