]> git.proxmox.com Git - rustc.git/blobdiff - src/llvm/test/YAMLParser/spec-07-08.data
remove llvm sources
[rustc.git] / src / llvm / test / YAMLParser / spec-07-08.data
diff --git a/src/llvm/test/YAMLParser/spec-07-08.data b/src/llvm/test/YAMLParser/spec-07-08.data
deleted file mode 100644 (file)
index 7197404..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# RUN: yaml-bench -canonical %s
-
-# Explicitly specify default settings:
-%TAG !     !
-%TAG !!    tag:yaml.org,2002:
-# Named handles have no default:
-%TAG !o! tag:ben-kiki.org,2000:
----
-- !foo "bar"
-- !!str "string"
-- !o!type "baz"