diff options
Diffstat (limited to 'test/MC/AArch64/dot-req.s')
-rw-r--r-- | test/MC/AArch64/dot-req.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/MC/AArch64/dot-req.s b/test/MC/AArch64/dot-req.s index 947f945bded8..a557f0c67589 100644 --- a/test/MC/AArch64/dot-req.s +++ b/test/MC/AArch64/dot-req.s @@ -1,7 +1,9 @@ -// RUN: llvm-mc -triple=aarch64-none-linux-gnu -show-encoding < %s | FileCheck %s +// RUN: llvm-mc -triple=aarch64-none-linux-gnu -show-encoding < %s 2>&1 | FileCheck %s bar: fred .req x5 +// CHECK-NOT: ignoring redefinition of register alias 'fred' + fred .req x5 mov fred, x11 .unreq fred fred .req w6 |