Skip to content

Commit f88470e

Browse files
committed
Fix rustc test suite
1 parent 708d5c5 commit f88470e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test_rustc_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ rm tests/ui/c-variadic/roundtrip.rs
5353

5454
# inline assembly features
5555
rm tests/ui/asm/global-asm-mono-sym-fn.rs # same
56-
rm tests/ui/asm/naked-asm-mono-sym-fn.rs # same
56+
rm tests/ui/asm/naked-functions/mono-sym-fn.rs # same
5757
rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
5858
rm tests/ui/asm/label-operand.rs # same
5959
rm tests/ui/asm/may_unwind.rs # asm unwinding not supported

0 commit comments

Comments
 (0)