forked from OSchip/llvm-project
llvm/test/Transforms/SampleProfile/syntax.ll: Suppress checking the message catalog in ENOENT. It is locale-dependent on Windows.
llvm-svn: 203997
This commit is contained in:
parent
6cf7e5d341
commit
64587433ce
|
@ -11,7 +11,7 @@ entry:
|
|||
ret void
|
||||
}
|
||||
; NO-DEBUG: error: No debug information found in function empty
|
||||
; MISSING-FILE: error: missing.prof: No such file or directory
|
||||
; MISSING-FILE: error: missing.prof:
|
||||
; BAD-FN-HEADER: error: {{.*}}bad_fn_header.prof:1: Expected 'mangled_name:NUM:NUM', found empty:100:BAD
|
||||
; BAD-SAMPLE-LINE: error: {{.*}}bad_sample_line.prof:3: Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]*', found 1: BAD
|
||||
; BAD-LINE-VALUES: error: {{.*}}bad_line_values.prof:2: Expected 'mangled_name:NUM:NUM', found -1: 10
|
||||
|
|
Loading…
Reference in New Issue