From: Matt Beaumont-Gay Date: Fri, 21 Dec 2012 22:43:20 +0000 (+0000) Subject: Insulate this test from the whims of the random number generator. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a19ee8334aebdf73383f165e26477cd146e1178;p=clang 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'. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170941 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/nodefaultlib.c b/test/Driver/nodefaultlib.c index 518928a885..f9462fd27a 100644 --- a/test/Driver/nodefaultlib.c +++ b/test/Driver/nodefaultlib.c @@ -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