File tree Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -766,13 +766,3 @@ Symbols:
766
766
# WASM-NEXT: Flags: [ ]
767
767
# WASM-NEXT: - Index: 1
768
768
# WASM: ...
769
-
770
- # RUN: obj2yaml %p/Inputs/unwind-section.elf-x86-64 | FileCheck %s --check-prefix ELF-X86-64-UNWIND
771
-
772
- # ELF-X86-64-UNWIND: - Name: .eh_frame
773
- # ELF-X86-64-UNWIND-NEXT: Type: SHT_X86_64_UNWIND
774
- # ELF-X86-64-UNWIND-NEXT: Flags: [ SHF_ALLOC ]
775
- # ELF-X86-64-UNWIND-NEXT: AddressAlign: 0x0000000000000001
776
-
777
- # RUN: not obj2yaml %t.blah 2>&1 | FileCheck --check-prefix=ENOENT %s
778
- # ENOENT: Error reading file: {{.*}}.blah: {{[Nn]}}o such file or directory
Original file line number Diff line number Diff line change 1
1
# RUN: not obj2yaml %p/path/does/not/exist 2>&1 | FileCheck %s
2
2
3
- # Don't check the OS-dependent message "No such file or directory".
4
- # CHECK: Error reading file: {{.*}}/path/does/not/exist: {{.*}}
3
+ # CHECK: Error reading file: {{.*}}/path/does/not/exist: {{[Nn]}}o such file or directory
You can’t perform that action at this time.
0 commit comments