Skip to content

Commit 82b062e

Browse files
committed
update error test line
1 parent 35684fa commit 82b062e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_dasm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
0x00,0x00,0x00,0x7e
44

5-
0xfd,0xb8,0x0a,0x7f
5+
0x00,0x00,0x00,0x01

llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_dasm.txt.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
0x00,0x00,0x00,0x7e
55
# CHECK: v_nop ; encoding: [0x00,0x00,0x00,0x7e]
66

7-
0xfd,0xb8,0x0a,0x7f
7+
0x00,0x00,0x00,0x01
88
# CHECK: :[[@LINE-1]]:1: warning: invalid instruction encoding

0 commit comments

Comments
 (0)