]> granicus.if.org Git - clang/commitdiff
Insulate this test from the whims of the random number generator.
authorMatt Beaumont-Gay <matthewbg@google.com>
Fri, 21 Dec 2012 22:43:20 +0000 (22:43 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Fri, 21 Dec 2012 22:43:20 +0000 (22:43 +0000)
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

test/Driver/nodefaultlib.c

index 518928a8850a430dea13f92f8cd47439eab9c180..f9462fd27a3d24803c439dd9cabd8c377894f61a 100644 (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