From ad5aea3712860f8173ea64773014f5b48fd08542 Mon Sep 17 00:00:00 2001 From: jeanPerier Date: Tue, 5 Mar 2024 09:23:13 +0100 Subject: [PATCH] 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 --- flang/test/Fir/memory-allocation-opt.fir | 2 -- 1 file changed, 2 deletions(-) diff --git a/flang/test/Fir/memory-allocation-opt.fir b/flang/test/Fir/memory-allocation-opt.fir index 44fdaad4a5c2..cfbca2f83ef8 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.