
Error message should start with lowercase in accordance with https://llvm.org/docs/CodingStandards.html#error-and-warning-messages Differential Revision: https://reviews.llvm.org/D95239
8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
# RUN: yaml2obj %s | not llvm-readobj --symbols - 2>&1 | FileCheck %s
|
|
|
|
--- !WASM
|
|
FileHeader:
|
|
Version: 0x0000000c
|
|
|
|
# CHECK: error: '<stdin>': invalid version number: 12
|