diff --git a/flang/test/Fir/memory-allocation-opt.fir b/flang/test/Fir/memory-allocation-opt.fir index 44fdaad4a5c20..cfbca2f83ef8e 100644 --- a/flang/test/Fir/memory-allocation-opt.fir +++ b/flang/test/Fir/memory-allocation-opt.fir @@ -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.