diff --git a/flang/test/Lower/vector-subscript-io.f90 b/flang/test/Lower/vector-subscript-io.f90 index 8399bfe10b96c..76b617cfac72a 100644 --- a/flang/test/Lower/vector-subscript-io.f90 +++ b/flang/test/Lower/vector-subscript-io.f90 @@ -1,5 +1,6 @@ ! Test lowering of IO input items with vector subscripts ! RUN: bbc %s -o - | FileCheck %s +! UNSUPPORTED: system-windows ! CHECK-LABEL: func @_QPsimple( ! CHECK-SAME: %[[VAL_20:.*]]: !fir.ref>{{.*}}, %[[VAL_16:.*]]: !fir.ref>{{.*}}) {