Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 29d62e2

Browse files
committed
[testcase][fix] fix a wrong canonical order problem in test case
1 parent e4aa2c7 commit 29d62e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* { dg-do compile } */
2-
/* { dg-options "-O -mriscv-attribute -march=rv32i2p0xv5_xabc -mabi=ilp32" } */
2+
/* { dg-options "-O -mriscv-attribute -march=rv32i2p0xabc_xv5 -mabi=ilp32" } */
33
int foo()
44
{
55
}
6-
/* { dg-final { scan-assembler ".attribute arch, \"rv32i2p0_xv5p0_xabc2p0\"" } } */
6+
/* { dg-final { scan-assembler ".attribute arch, \"rv32i2p0_xabc2p0_xv5p0\"" } } */

0 commit comments

Comments
 (0)