1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fix typo in test's XFAIL line. Patch by Dimitry Andric!

llvm-svn: 193063
This commit is contained in:
Nick Lewycky 2013-10-21 00:46:21 +00:00
parent f056facc24
commit ae49518b4b

View File

@ -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