From 575af2b076705d4d456f3b7260277881c8af28a0 Mon Sep 17 00:00:00 2001 From: Sam Elliott Date: Tue, 23 Jul 2019 17:14:42 +0000 Subject: [PATCH] [RISCV][NFC] Correct RUN in rvi-pseudos-invalid.s This test should test both riscv32 and riscv64. llvm-svn: 366825 --- test/MC/RISCV/rvi-pseudos-invalid.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/RISCV/rvi-pseudos-invalid.s b/test/MC/RISCV/rvi-pseudos-invalid.s index 43b980160fc..926d26f0649 100644 --- a/test/MC/RISCV/rvi-pseudos-invalid.s +++ b/test/MC/RISCV/rvi-pseudos-invalid.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc %s -triple=riscv64 2>&1 | FileCheck %s +# RUN: not llvm-mc %s -triple=riscv32 2>&1 | FileCheck %s # RUN: not llvm-mc %s -triple=riscv64 2>&1 | FileCheck %s lla x1, 1234 # CHECK: :[[@LINE]]:9: error: operand must be a bare symbol name