summaryrefslogtreecommitdiffstats
path: root/qemu/dtc/tests/nonexist-node-ref2.dts
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/dtc/tests/nonexist-node-ref2.dts')
-rw-r--r--qemu/dtc/tests/nonexist-node-ref2.dts10
1 files changed, 0 insertions, 10 deletions
diff --git a/qemu/dtc/tests/nonexist-node-ref2.dts b/qemu/dtc/tests/nonexist-node-ref2.dts
deleted file mode 100644
index 44b4ebeba..000000000
--- a/qemu/dtc/tests/nonexist-node-ref2.dts
+++ /dev/null
@@ -1,10 +0,0 @@
-/dts-v1/;
-
-/ {
- label: node {
- };
-};
-
-/* Try to redefine a node using a non-existent label */
-&nosuchnode {
-};