You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
456 B
17 lines
456 B
4 months ago
|
# RUN: not %split-file %s %t 2>&1 | FileCheck %s
|
||
|
# RUN: not ls %t/dup
|
||
|
|
||
|
# CHECK: {{.*}}.test:[[#@LINE+1]]: error: empty part name
|
||
|
//---
|
||
|
|
||
|
# CHECK: {{.*}}.test:[[#@LINE+1]]: error: part name cannot have leading or trailing space
|
||
|
//--- leading_space
|
||
|
|
||
|
# CHECK: {{.*}}.test:[[#@LINE+1]]: error: part name cannot have leading or trailing space
|
||
|
//--- trailing_space
|
||
|
|
||
|
;--- dup
|
||
|
|
||
|
# CHECK: {{.*}}.test:[[#@LINE+1]]: error: ';--- dup' occurs more than once
|
||
|
;--- dup
|