diff options
author | Frank Busse <bb0xfb@gmail.com> | 2021-11-01 20:09:28 +0000 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2021-11-02 08:46:00 +0000 |
commit | 95e1255fa864c4739da1d0bbd450d704de61a173 (patch) | |
tree | be81bcfeb1cb0d49d6b2f8997087d72122d38cc7 /test | |
parent | 2711166e2806cab2862ce3b5ebf094e84f1a2650 (diff) | |
download | klee-95e1255fa864c4739da1d0bbd450d704de61a173.tar.gz |
tests: adjust Feature/KleeStatsColumns.test for fixed column order
Diffstat (limited to 'test')
-rw-r--r-- | test/Feature/KleeStatsColumns.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Feature/KleeStatsColumns.test b/test/Feature/KleeStatsColumns.test index 91731857..bf09d7c9 100644 --- a/test/Feature/KleeStatsColumns.test +++ b/test/Feature/KleeStatsColumns.test @@ -1,5 +1,5 @@ RUN: %klee-stats --print-all %S/klee-stats/missing_column %S/klee-stats/run %S/klee-stats/additional_column | FileCheck %s -CHECK: {{^}}| missing_column | |{{.*}}| |{{$}} -CHECK: {{^}}| run | 3|{{.*}}| |{{$}} -CHECK: {{^}}|additional_column| 3|{{.*}}| 4711|{{$}} +CHECK: {{^}}| missing_column | |{{.*}}| |{{.*}}|{{$}} +CHECK: {{^}}| run | 3|{{.*}}| |{{.*}}|{{$}} +CHECK: {{^}}|additional_column| 3|{{.*}}| 4711|{{.*}}|{{$}} |