[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git] / llvm / test / tools / split-file / error.test
blob9efa5adca49ac7bd616d02a1e35217e920665685
1 # RUN: not %split-file %s %t 2>&1 | FileCheck %s
2 # RUN: not ls %t/dup
4 # CHECK: {{.*}}.test:[[#@LINE+1]]: error: empty part name
5 //--- 
7 # CHECK: {{.*}}.test:[[#@LINE+1]]: error: part name cannot have leading or trailing space
8 //---  leading_space
10 # CHECK: {{.*}}.test:[[#@LINE+1]]: error: part name cannot have leading or trailing space
11 //--- trailing_space 
13 ;--- dup
15 # CHECK: {{.*}}.test:[[#@LINE+1]]: error: ';--- dup' occurs more than once
16 ;--- dup