aboutsummaryrefslogtreecommitdiff
path: root/tests/settings.py
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-10-08 19:31:51 -0700
committeralon@honor <none@none>2010-10-08 19:31:51 -0700
commit8e37aa593df856af80c4186633084a2d01fc995a (patch)
tree018a98f0632a44ee2b391a884c0c59c03b0a9ba0 /tests/settings.py
parentefc63830c562beaf389642956c19b60c8d0cccdf (diff)
beginnings of fixes for clang 2.8
Diffstat (limited to 'tests/settings.py')
-rw-r--r--tests/settings.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/settings.py b/tests/settings.py
index a9afc91c..3f8de1a0 100644
--- a/tests/settings.py
+++ b/tests/settings.py
@@ -6,10 +6,10 @@ CLANG=os.path.expanduser(os.path.join(LLVM_ROOT, 'clang++'))
LLVM_GCC=os.path.expanduser('~/Dev/llvm-gcc-4.2-2.8.source/cbuild/install/bin/llvm-g++')
COMPILERS = {
-# 'clang': {
-# 'path': CLANG,
-# 'quantum_size': 4, # See settings.js
-# },
+ 'clang': {
+ 'path': CLANG,
+ 'quantum_size': 4, # See settings.js
+ },
'llvm_gcc': {
'path': LLVM_GCC,
'quantum_size': 1,