Skip to content

Commit ef15580

Browse files
committed
[MC][MIPS] Remove unused check prefixes
1 parent 20bbe14 commit ef15580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/MC/Mips/mips-expansions-bad.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# RUN: not llvm-mc %s -arch=mips -mcpu=mips32r2 2>%t1
22
# RUN: FileCheck %s < %t1 --check-prefix=32-BIT
33
# RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 2>&1 | \
4-
# RUN: FileCheck %s --check-prefixes=64-BIT,N32-ONLY
4+
# RUN: FileCheck %s --check-prefix=64-BIT
55
# RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n64 2>&1 | \
6-
# RUN: FileCheck %s --check-prefixes=64-BIT,N64-ONLY
6+
# RUN: FileCheck %s --check-prefix=64-BIT
77

88
.text
99
dli $5, 1

0 commit comments

Comments
 (0)