[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / ObjectYAML / Offload / malformed-version.yaml
blobf9279a52e276423714ccbf48c55c98f7b8374a9a
1 # RUN: yaml2obj %s | not obj2yaml 2>&1 | FileCheck %s
2 !Offload
3 Version: 2
4 Members:
5   - ImageKind:        IMG_Cubin
6     OffloadKind:      OFK_OpenMP
7     Flags:            0
8     String:
9     - Key:              "triple"
10       Value:            "nvptx64-nvidia-cuda"
11     - Key:              "arch"
12       Value:            "sm_70"
13     Content:          "deadbeef"  
15 # CHECK: Error reading file: <stdin>: Invalid data was encountered while parsing the file