Commit 311d0715 authored by Neal Norwitz's avatar Neal Norwitz

Fix test_compiler after adding unicode_literals

parent 231346e2
......@@ -16,7 +16,8 @@ def is_future(stmt):
class FutureParser:
features = ("nested_scopes", "generators", "division",
"absolute_import", "with_statement", "print_function")
"absolute_import", "with_statement", "print_function",
"unicode_literals")
def __init__(self):
self.found = {} # set
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment