diff options
Diffstat (limited to 'tests/settings.py')
-rw-r--r-- | tests/settings.py | 8 |
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, |