diff options
| author | bors <bors@rust-lang.org> | 2014-12-01 05:11:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-12-01 05:11:50 +0000 |
| commit | bda97e8557820cc4ec13645dbdf976e5ccaa0ce1 (patch) | |
| tree | ad231692cf274b583fe1a948e80aefd16693f015 | |
| parent | 222a1eb7e80101de182142dc264cdcd81c894b2c (diff) | |
| parent | 38e008eccdc85e6f34a7c165af62af76eddb93b5 (diff) | |
| download | rust-bda97e8557820cc4ec13645dbdf976e5ccaa0ce1.tar.gz rust-bda97e8557820cc4ec13645dbdf976e5ccaa0ce1.zip | |
auto merge of #19425 : frewsxcv/rust/patch-1, r=steveklabnik

| -rw-r--r-- | mk/tests.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/tests.mk b/mk/tests.mk index 0ec0c81f288..88a5fb81cb3 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -598,7 +598,7 @@ CTEST_DISABLE_debuginfo-lldb = "lldb tests are only run on darwin" endif ifeq ($(CFG_OSTYPE),apple-darwin) -CTEST_DISABLE_debuginfo-gdb = "gdb on darwing needs root" +CTEST_DISABLE_debuginfo-gdb = "gdb on darwin needs root" endif # CTEST_DISABLE_NONSELFHOST_$(TEST_GROUP), if set, will cause that |
