summaryrefslogtreecommitdiffstats
path: root/llvm/test/ObjectYAML/wasm/producers_section_repeat.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/ObjectYAML/wasm/producers_section_repeat.yaml')
-rw-r--r--llvm/test/ObjectYAML/wasm/producers_section_repeat.yaml14
1 files changed, 0 insertions, 14 deletions
diff --git a/llvm/test/ObjectYAML/wasm/producers_section_repeat.yaml b/llvm/test/ObjectYAML/wasm/producers_section_repeat.yaml
deleted file mode 100644
index 9dd6b7fd1f7..00000000000
--- a/llvm/test/ObjectYAML/wasm/producers_section_repeat.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
-# RUN: yaml2obj %s | not obj2yaml 2>&1 | FileCheck %s
---- !WASM
-FileHeader:
- Version: 0x00000001
-Sections:
- - Type: CUSTOM
- Name: producers
- Languages:
- - Name: C++
- Version: C++11
- - Name: C++
- Version: C++17
-...
-# CHECK: Producers section contains repeated producer
OpenPOWER on IntegriCloud