[flang][msvc] Fix compilation of external-hello-world test with MSVC.
authorMehdi Chinoune <chinoune.mehdi@hotmail.com>
Wed, 21 Apr 2021 19:00:55 +0000 (14:00 -0500)
committerMichael Kruse <llvm-project@meinersbur.de>
Wed, 21 Apr 2021 20:18:24 +0000 (15:18 -0500)
commit0a7d2b5f50a1e3e900ade773021879ff13399653
tree2d3ead41ae21cd75340edbd873fc89c40fe8afba
parent07c236f3c3fac9effd03047e38ab12b5d26a1efd
[flang][msvc] Fix compilation of external-hello-world test with MSVC.

MSVC doesn't accept division by zero.

Reviewed By: Meinersbur

Differential Revision: https://reviews.llvm.org/D96069
flang/unittests/Runtime/external-hello.cpp