From: NAKAMURA Takumi Date: Sat, 11 Jan 2014 09:23:52 +0000 (+0000) Subject: llvm/test/Transforms/SampleProfile/syntax.ll: Eliminate locale-sensitive message... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e62f38b6b75f0cd8961be00b874cbd344a9676b5;p=oota-llvm.git llvm/test/Transforms/SampleProfile/syntax.ll: Eliminate locale-sensitive message check. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199000 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/SampleProfile/syntax.ll b/test/Transforms/SampleProfile/syntax.ll index 4fdfeae8496..c9caafad1a1 100644 --- a/test/Transforms/SampleProfile/syntax.ll +++ b/test/Transforms/SampleProfile/syntax.ll @@ -8,6 +8,6 @@ entry: ret void } ; NO-DEBUG: LLVM ERROR: No debug information found in function empty -; MISSING-FILE: LLVM ERROR: Could not open file missing.prof: No such file or directory +; MISSING-FILE: LLVM ERROR: Could not open file missing.prof: ; BAD-FN-HEADER: LLVM ERROR: {{.*}}bad_fn_header.prof:1: Expected 'mangled_name:NUM:NUM', found empty:100:BAD ; BAD-SAMPLE-LINE: LLVM ERROR: {{.*}}bad_sample_line.prof:3: Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]*', found 1: BAD