~ubuntu-branches/ubuntu/saucy/device-tree-compiler/saucy

« back to all changes in this revision

Viewing changes to tests/nonexist-label-ref.dts

  • Committer: Steve Langasek
  • Date: 2011-02-28 17:57:27 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: steve.langasek@linaro.org-20110228175727-le7jcacnya18tqhz
mergeĀ upstreamĀ 1.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/dts-v1/;
 
2
 
 
3
/ {
 
4
        ref = <&label>;
 
5
        badref = <&nosuchlabel>;
 
6
        label: node {
 
7
        };
 
8
};