From e62f38b6b75f0cd8961be00b874cbd344a9676b5 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 11 Jan 2014 09:23:52 +0000 Subject: [PATCH] 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 --- test/Transforms/SampleProfile/syntax.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1