diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:48:50 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:48:50 +0000 |
commit | 1c98619801a5705c688e683be3ef9d70169a0686 (patch) | |
tree | 8422105cd1a94c368315f2db16b9ac746cf7c000 /test/LinkerScript/missing-input-file-name.test | |
parent | f4f3ce4613680903220815690ad79fc7ba0a2e26 (diff) |
Notes
Diffstat (limited to 'test/LinkerScript/missing-input-file-name.test')
-rw-r--r-- | test/LinkerScript/missing-input-file-name.test | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/test/LinkerScript/missing-input-file-name.test b/test/LinkerScript/missing-input-file-name.test deleted file mode 100644 index c4218ccef321..000000000000 --- a/test/LinkerScript/missing-input-file-name.test +++ /dev/null @@ -1,25 +0,0 @@ -/* - RUN: linker-script-test %s 2> %t | FileCheck %s - RUN: FileCheck -input-file %t -check-prefix=CHECK-ERR %s -*/ -SECTIONS { - .text : { ()} -/* -CHECK-ERR: [[@LINE-2]]:15: error: expected symbol assignment or input file name. -CHECK-ERR-NEXT: {{^ \.text : { \(\)}}} -CHECK-ERR-NEXT: {{^ \^}} -*/ -} - -/* -CHECK: kw_sections: SECTIONS -CHECK: l_brace: { -CHECK: identifier: .text -CHECK: colon: : -CHECK: l_brace: { -CHECK: l_paren: ( -CHECK: r_paren: ) -CHECK: r_brace: } -CHECK: r_brace: } -CHECK: eof: -*/ |