summaryrefslogtreecommitdiff
path: root/lang/go14/files/patch-test__bench__shootout__timing.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lang/go14/files/patch-test__bench__shootout__timing.sh')
-rw-r--r--lang/go14/files/patch-test__bench__shootout__timing.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/go14/files/patch-test__bench__shootout__timing.sh b/lang/go14/files/patch-test__bench__shootout__timing.sh
deleted file mode 100644
index f60c73936a5c..000000000000
--- a/lang/go14/files/patch-test__bench__shootout__timing.sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./test/bench/shootout/timing.sh.orig 2013-06-09 23:33:01.405924747 +1000
-+++ ./test/bench/shootout/timing.sh 2013-06-09 23:33:16.526347653 +1000
-@@ -81,7 +81,7 @@
- $1
- shift
-
-- echo $((time -p $* >/dev/null) 2>&1) | awk '{print $4 "u " $6 "s " $2 "r"}'
-+ echo $( (time -p $* >/dev/null) 2>&1) | awk '{print $4 "u " $6 "s " $2 "r"}'
- }
-
- fasta() {