Revert accidental commit to lit.cfg

llvm-svn: 272287
This commit is contained in:
Jonathan Peyton 2016-06-09 18:29:36 +00:00
parent c4c722ac0d
commit 61fdddfd64
1 changed files with 0 additions and 3 deletions

View File

@ -26,9 +26,6 @@ def append_dynamic_library_path(path):
else:
config.environment[name] = path
for name,value in os.environ.items():
config.environment[name] = value
# name: The name of this test suite.
config.name = 'libomp'