1#! /bin/sh
2
3dir=`dirname $0`
4
5$dir/../../tests/filter_stderr_basic  |
6
7# This attempts to filter out the basic block numbers
8# While keeping total count.  This is because the
9#  basic block number is non-deterministic on a
10#  multi-threaded benchmark
11
12sed s/:\[0-9\]\*:/' '/g
13