summaryrefslogtreecommitdiff
path: root/tests/sourceoutput.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sourceoutput.dts')
-rw-r--r--tests/sourceoutput.dts14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/sourceoutput.dts b/tests/sourceoutput.dts
deleted file mode 100644
index 477762f5aaa7..000000000000
--- a/tests/sourceoutput.dts
+++ /dev/null
@@ -1,14 +0,0 @@
-/dts-v1/;
-
-/ {
- /* Some versions had an off-by-2 bug which caused an abort
- * when outputing labels within strings like this in source
- * format */
- prop1: prop1 = start1: "foo", mid1: "bar" end1: ;
-
- /* Make sure that we correctly handle source output of things
- * which could almost be expressed as strings, except for the
- * embedded labels */
- prop2 = start2: [66 6f 6f], mid2: "bar" end2: ;
-};
-