diff options
author | Simon Warta <[email protected]> | 2017-09-07 23:55:01 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2017-09-07 23:57:18 +0200 |
commit | 13192be8bd753fd20ecd19a059cbcb2c22d41bfd (patch) | |
tree | 5dd3dd45138cdb523646372692e5f3fb3c76a1ca /src/scripts/python_unittests.py | |
parent | 59ca3d8b4b733ad72b0eda950e9f730dc5898762 (diff) |
Adjust min version for non "based on LLVM" appleclang
Diffstat (limited to 'src/scripts/python_unittests.py')
-rwxr-xr-x | src/scripts/python_unittests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/python_unittests.py b/src/scripts/python_unittests.py index 649ccf662..37068ed1c 100755 --- a/src/scripts/python_unittests.py +++ b/src/scripts/python_unittests.py @@ -121,7 +121,7 @@ InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDe Target: x86_64-apple-darwin16.7.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin""" - self.assertEqual(detector.version_from_compiler_output(compiler_out), "3.8") + self.assertEqual(detector.version_from_compiler_output(compiler_out), "3.7") compiler_out = """Apple LLVM version 8.1.1 (clang-802.1.0) Target: x86_64-apple-darwin16.7.0 |