diff options
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: -*/ |