1# RUN: not %split-file %s %t 2>&1 | FileCheck %s 2# RUN: not ls %t/dup 3 4# CHECK: {{.*}}.test:[[#@LINE+1]]: error: empty part name 5//--- 6 7# CHECK: {{.*}}.test:[[#@LINE+1]]: error: part name cannot have leading or trailing space 8//--- leading_space 9 10# CHECK: {{.*}}.test:[[#@LINE+1]]: error: part name cannot have leading or trailing space 11//--- trailing_space 12 13;--- dup 14 15# CHECK: {{.*}}.test:[[#@LINE+1]]: error: ';--- dup' occurs more than once 16;--- dup 17