featurkck: Typo

This commit is contained in:
Brian Anderson 2015-01-25 01:25:59 -08:00
parent 63fcbcf3ce
commit de5498650a

View File

@ -23,7 +23,7 @@ import sys, os, re
src_dir = sys.argv[1]
# Features that are allowed to exist in both the language and the library
joint_features = [ "on_unimpleented" ]
joint_features = [ ]
# Grab the list of language features from the compiler
language_gate_statuses = [ "Active", "Deprecated", "Removed", "Accepted" ]