diff options
Diffstat (limited to 'llvm/test/Verifier/invalid-eh.ll')
-rw-r--r-- | llvm/test/Verifier/invalid-eh.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Verifier/invalid-eh.ll b/llvm/test/Verifier/invalid-eh.ll index 234227a971a..63485d28627 100644 --- a/llvm/test/Verifier/invalid-eh.ll +++ b/llvm/test/Verifier/invalid-eh.ll @@ -1,4 +1,4 @@ -; UNSUPPORTED: windows +; UNSUPPORTED: system-windows ; RUN: sed -e s/.T1:// %s | not llvm-as -disable-output 2>&1 | FileCheck --check-prefix=CHECK1 %s ; RUN: sed -e s/.T2:// %s | not llvm-as -disable-output 2>&1 | FileCheck --check-prefix=CHECK2 %s |