diff options
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/MC/COFF/cv-errors.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/COFF/cv-errors.s b/llvm/test/MC/COFF/cv-errors.s index ca2f77549c5..e3d5d98c25d 100644 --- a/llvm/test/MC/COFF/cv-errors.s +++ b/llvm/test/MC/COFF/cv-errors.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc %s -o /dev/null 2>&1 | FileCheck %s +# RUN: not llvm-mc -triple=i686-pc-win32 %s -o /dev/null 2>&1 | FileCheck %s .text foo: |

