diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-03-06 14:37:08 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-03-07 10:47:38 -0800 |
| commit | 55a2fdf2cf5408edba890ad1702462414899f40b (patch) | |
| tree | a242303c902c2d1b23a6e17e1d5bc08558081cd3 /src/test/debuginfo | |
| parent | 2789b067da2ac921b86199bde21dd231ace1da39 (diff) | |
| download | rust-55a2fdf2cf5408edba890ad1702462414899f40b.tar.gz rust-55a2fdf2cf5408edba890ad1702462414899f40b.zip | |
travis: Upgrade OSX builders
This upgrades the OSX builders to the `xcode9.3-moar` image which has 3 cores as opposed to the 2 that our builders currently have. Should help make those OSX builds a bit speedier!
Diffstat (limited to 'src/test/debuginfo')
| -rw-r--r-- | src/test/debuginfo/lexical-scope-with-macro.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/debuginfo/lexical-scope-with-macro.rs b/src/test/debuginfo/lexical-scope-with-macro.rs index eb5798dc7cc..32d77516869 100644 --- a/src/test/debuginfo/lexical-scope-with-macro.rs +++ b/src/test/debuginfo/lexical-scope-with-macro.rs @@ -9,6 +9,7 @@ // except according to those terms. // min-lldb-version: 310 +// ignore-macos FIXME #48807 // compile-flags:-g -Zdebug-macros |
