aboutsummaryrefslogtreecommitdiffstats
path: root/tests/realmath
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-08-22 09:59:25 +0200
committerClifford Wolf <clifford@clifford.at>2015-08-22 09:59:33 +0200
commitc475deec6c69d509ac828cca437e2b9502f7b0c3 (patch)
tree6a15b902569999ced894daa3eea505c3dc93d58f /tests/realmath
parentf40d1b78b629dfebff7598e04b8470e6942f8f58 (diff)
downloadyosys-c475deec6c69d509ac828cca437e2b9502f7b0c3.tar.gz
yosys-c475deec6c69d509ac828cca437e2b9502f7b0c3.tar.bz2
yosys-c475deec6c69d509ac828cca437e2b9502f7b0c3.zip
Switched to Python 3
Diffstat (limited to 'tests/realmath')
-rw-r--r--tests/realmath/generate.py5
-rwxr-xr-xtests/realmath/run-test.sh2
2 files changed, 2 insertions, 5 deletions
diff --git a/tests/realmath/generate.py b/tests/realmath/generate.py
index aee211185..19d01c7c6 100644
--- a/tests/realmath/generate.py
+++ b/tests/realmath/generate.py
@@ -1,7 +1,4 @@
-#!/usr/bin/python
-
-from __future__ import division
-from __future__ import print_function
+#!/usr/bin/env python3
import sys
import random
diff --git a/tests/realmath/run-test.sh b/tests/realmath/run-test.sh
index 8419688c9..f1ec5476b 100755
--- a/tests/realmath/run-test.sh
+++ b/tests/realmath/run-test.sh
@@ -4,7 +4,7 @@ set -e
rm -rf temp
mkdir -p temp
echo "generating tests.."
-python generate.py
+python3 generate.py
cd temp
echo "running tests.."