mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Fix typo in tests makefile
This commit is contained in:
parent
52888a7c47
commit
38e008eccd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user