Skip to content

Commit cc593b3

Browse files
committed
FIX test
1 parent 6bb856b commit cc593b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_unicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@profile
66
def test_unicode():
77
# test when unicode is present
8-
eval("β = 0")
8+
exec("β = 0")
99
return
1010

1111
if __name__ == '__main__':

0 commit comments

Comments
 (0)