diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-07-13 15:21:39 +0000 | 
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-07-13 15:21:39 +0000 | 
| commit | c74fcc9972bf3a71d23c3ec80caa38aebf23055c (patch) | |
| tree | 2829f6be2b6397efe23ac07b239a6128431f2900 /llvm | |
| parent | 1a08ba0eb630000f36befcb5562090c2f7f90452 (diff) | |
| download | bcm5719-llvm-c74fcc9972bf3a71d23c3ec80caa38aebf23055c.tar.gz bcm5719-llvm-c74fcc9972bf3a71d23c3ec80caa38aebf23055c.zip | |
Only verify the length in archive test, we can't make assumptions on the spacing.
And .* did just match about anything anyways.
llvm-svn: 186246
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Object/archive-format.test | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/llvm/test/Object/archive-format.test b/llvm/test/Object/archive-format.test index 5537175f9c9..20ac1a0d78f 100644 --- a/llvm/test/Object/archive-format.test +++ b/llvm/test/Object/archive-format.test @@ -16,7 +16,7 @@ RUN: cat test.a | FileCheck -strict-whitespace %s  CHECK:      !<arch>  CHECK-NEXT: //                                              18        `  CHECK-NEXT: 0123456789abcdef/ -CHECK-NEXT: 0123456789abcde/{{.*}}  {{.*}}  {{.*}}  {{.*}}  4         ` +CHECK-NEXT: 0123456789abcde/{{................................}}4         `  CHECK-NEXT: bar -CHECK-NEXT: /0              {{.*}}  {{.*}}  {{.*}}  {{.*}}  4         ` +CHECK-NEXT: /0              {{................................}}4         `  CHECK-NEXT: zed | 

