summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/__init__.py2
-rwxr-xr-xtest/spec/run.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/__init__.py b/test/__init__.py
index 093557f25..f7edab478 100755
--- a/test/__init__.py
+++ b/test/__init__.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright 2015 WebAssembly Community Group participants
#
diff --git a/test/spec/run.py b/test/spec/run.py
index 751895541..ec07929c4 100755
--- a/test/spec/run.py
+++ b/test/spec/run.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
from __future__ import print_function
import argparse