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:
Matt Beaumont-Gay 2012-12-21 22:43:20 +00:00
parent 4f4c4aa05e
commit cab0f3131e
1 changed files with 2 additions and 2 deletions

View File

@ -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