aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/split-file/error.test
blob: 9efa5adca49ac7bd616d02a1e35217e920665685 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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