[flang][unittests] Silence compiler warning
authorPeter Klausler <pklausler@nvidia.com>
Mon, 17 Jul 2023 18:30:30 +0000 (11:30 -0700)
committerPeter Klausler <pklausler@nvidia.com>
Mon, 17 Jul 2023 18:30:30 +0000 (11:30 -0700)
commit13341eec1dc05ff729a55909061db80cced8945d
tree575726d2cb042017eeede256d93d68fca1bba3d8
parentb9541b6707715b8ea07b47f453f001e698195b3e
[flang][unittests] Silence compiler warning

At least one compiler more recent that the one that I test with emits
a warning (valid but benign) for some code in a unit test that I
modified a few minutes ago.  Adding some curly braces to placate the
compiler.
flang/unittests/Runtime/ExternalIOTest.cpp