forked from OSchip/llvm-project
Insulate this test from the whims of the random number generator.
Our internal buildbot just failed because the tempfile happened to be named 'nodefaultlib-lcGA7k.o', which contains the substring '-lc'. llvm-svn: 170941
This commit is contained in:
parent
4f4c4aa05e
commit
cab0f3131e
|
@ -2,7 +2,7 @@
|
|||
// RUN: FileCheck < %t %s
|
||||
//
|
||||
// CHECK-NOT: start-group
|
||||
// CHECK-NOT: -lgcc
|
||||
// CHECK-NOT: -lc
|
||||
// CHECK-NOT: "-lgcc"
|
||||
// CHECK-NOT: "-lc"
|
||||
// CHECK: crtbegin
|
||||
// CHECK: crtend
|
||||
|
|
Loading…
Reference in New Issue