[test] Remove a needless declaration of REQUIRES: target-windows
[llvm-core.git] / test / Assembler / alloca-invalid-type.ll
blob413bcbd76ba0b4daea614510ab2a9ad3b2db335c
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
3 ; CHECK: invalid type for alloca
5 define void @test() {
6 entry:
7   alloca metadata !{null}
8   ret void