diff options
Diffstat (limited to 'test/MC/Mips/nooddspreg.s')
| -rw-r--r-- | test/MC/Mips/nooddspreg.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/Mips/nooddspreg.s b/test/MC/Mips/nooddspreg.s index 6332b7042987..2b5154d427b2 100644 --- a/test/MC/Mips/nooddspreg.s +++ b/test/MC/Mips/nooddspreg.s @@ -8,7 +8,7 @@ # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 2> %t1 # RUN: FileCheck %s -check-prefix=INVALID < %t1 # -# RUN: not llvm-mc %s -arch=mips -mcpu=mips64 2> %t2 +# RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n64 2> %t2 # RUN: FileCheck %s -check-prefix=INVALID < %t2 # # CHECK-ASM: .module nooddspreg |
