Skip to content

Commit b9ccb8b

Browse files
committed
Fix test
1 parent 4750222 commit b9ccb8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/MachineVerifier/test_g_multiple_errors.mir renamed to llvm/test/MachineVerifier/test_multiple_errors.mir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# RUN: not --crash llc -mtriple=aarch64 -o /dev/null -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s --implicit-check-not="Bad machine code"
1+
# RUN: not --crash llc -mtriple=aarch64 -o /dev/null -run-pass=none %s 2>&1 | FileCheck %s --implicit-check-not="Bad machine code"
22
# REQUIRES: aarch64-registered-target
33

4-
# Check that errors are reported from only one function.
4+
# Since we abort after reporting the first error, we should only expect one error to be reported.
55
# CHECK: *** Bad machine code: Generic virtual register use cannot be undef ***
66
# CHECK: Found 1 machine code errors.
77

0 commit comments

Comments
 (0)