From f6337d3a7334992d8edb5672956dc73bfb56f69f Mon Sep 17 00:00:00 2001 From: Vlad Tsyrklevich Date: Thu, 8 Mar 2018 19:20:08 +0000 Subject: [PATCH] Fix test failure introduced in r327041 The "Assertion: `...' failed" error message format is not identical across platforms. llvm-svn: 327047 --- llvm/test/Transforms/FunctionImport/not-prevailing.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Transforms/FunctionImport/not-prevailing.ll b/llvm/test/Transforms/FunctionImport/not-prevailing.ll index 1dcdbe6..78c8262 100644 --- a/llvm/test/Transforms/FunctionImport/not-prevailing.ll +++ b/llvm/test/Transforms/FunctionImport/not-prevailing.ll @@ -3,7 +3,7 @@ ; RUN: not --crash llvm-lto2 run -o %t3.bc %t1.bc %t2.bc -r %t1.bc,bar,px \ ; RUN: -r %t1.bc,foo,x -r %t2.bc,foo,x -save-temps 2>&1 | FileCheck %s -; CHECK: Assertion {{.*}} "Symbol with interposable and available_externally linkages"' failed +; CHECK: "Symbol with interposable and available_externally linkages" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" -- 2.7.4