Skip to content

Commit

Permalink
llvm/test/Transforms/SampleProfile/syntax.ll: Suppress checking the m…
Browse files Browse the repository at this point in the history
…essage catalog in ENOENT. It is locale-dependent on Windows.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203997 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Mar 15, 2014
1 parent 5d45272 commit 8e85e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Transforms/SampleProfile/syntax.ll
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e85e50

Please sign in to comment.