Skip to content

Commit a89a541

Browse files
committed
Fix test introduced by d29fdfb
It breaks builds like: https://lab.llvm.org/buildbot/#/builders/190/builds/744
1 parent 6b1c51b commit a89a541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Feature/load_plugin_error.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; REQUIRES: plugins
1+
; REQUIRES: plugins, x86-registered-target
22
; UNSUPPORTED: target={{.*windows.*}}
33

44
; RUN: not opt < %s -load-pass-plugin=%t/nonexistent.so -disable-output 2>&1 | FileCheck %s

0 commit comments

Comments
 (0)