From: Nick Lewycky Date: Mon, 21 Oct 2013 00:46:21 +0000 (+0000) Subject: Fix typo in test's XFAIL line. Patch by Dimitry Andric! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=365f4fa6cb9ef2e87483219784349008e6d20ae9;p=oota-llvm.git Fix typo in test's XFAIL line. Patch by Dimitry Andric! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193063 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll b/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll index e1f84b99455..eb031f2e4f4 100644 --- a/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll +++ b/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll @@ -1,5 +1,5 @@ ; RUN: %lli_mcjit -relocation-model=pic -code-model=small %s > /dev/null -; XFAIL: mips, aarch64, arm, i686. i386 +; XFAIL: mips, aarch64, arm, i686, i386 @count = global i32 1, align 4