Revert "[flang] disable memory-allocation-opt.fir test on windows" (#83822)

Reverts llvm/llvm-project#83535
Bug fixed by https://github.com/llvm/llvm-project/pull/83768
This commit is contained in:
jeanPerier 2024-03-05 09:23:13 +01:00 committed by GitHub
parent 3105cfe783
commit ad5aea3712
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,4 @@
// RUN: fir-opt --memory-allocation-opt="dynamic-array-on-heap=true maximum-array-alloc-size=1024" %s | FileCheck %s
// FIXME: started crashing on windows https://github.com/llvm/llvm-project/issues/83534
// UNSUPPORTED: system-windows
// Test for size of array being too big.