Fix test failure introduced in r327041
authorVlad Tsyrklevich <vlad@tsyrklevich.net>
Thu, 8 Mar 2018 19:20:08 +0000 (19:20 +0000)
committerVlad Tsyrklevich <vlad@tsyrklevich.net>
Thu, 8 Mar 2018 19:20:08 +0000 (19:20 +0000)
The "Assertion: `...' failed" error message format is not identical
across platforms.

llvm-svn: 327047

llvm/test/Transforms/FunctionImport/not-prevailing.ll

index 1dcdbe6..78c8262 100644 (file)
@@ -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"