diff options
Diffstat (limited to 'test/ir')
| -rwxr-xr-x[-rw-r--r--] | test/ir/ir2C.py | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | test/ir/symbexec.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/ir/ir2C.py b/test/ir/ir2C.py index 36683904..395703ed 100644..100755 --- a/test/ir/ir2C.py +++ b/test/ir/ir2C.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#! /usr/bin/env python2 #-*- coding:utf-8 -*- import unittest diff --git a/test/ir/symbexec.py b/test/ir/symbexec.py index 24b02341..2e776f74 100644..100755 --- a/test/ir/symbexec.py +++ b/test/ir/symbexec.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#! /usr/bin/env python2 #-*- coding:utf-8 -*- import unittest |