diff options
author | Hui Zhu <teawater@gmail.com> | 2014-01-07 00:28:55 +0800 |
---|---|---|
committer | Hui Zhu <teawater@gmail.com> | 2014-01-07 00:28:55 +0800 |
commit | 78f47043ff0654e832d6ac9aa96c9d0819739483 (patch) | |
tree | 843781816cc548f411e3fe7cc4a441f44c8578da /gdb | |
parent | adcf2eed05bb041ba579d74102c18ea1e97b29d6 (diff) | |
download | gdb-78f47043ff0654e832d6ac9aa96c9d0819739483.zip gdb-78f47043ff0654e832d6ac9aa96c9d0819739483.tar.gz gdb-78f47043ff0654e832d6ac9aa96c9d0819739483.tar.bz2 |
Fix a error of my previous commit.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.base/bigcore.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/bigcore.exp b/gdb/testsuite/gdb.base/bigcore.exp index 8ab28e7..9fbc3bd 100644 --- a/gdb/testsuite/gdb.base/bigcore.exp +++ b/gdb/testsuite/gdb.base/bigcore.exp @@ -24,7 +24,7 @@ if ![isnative] then { untested "Remote system" return } -return + # Can the system run this test (in particular support sparse # corefiles)? On systems that lack sparse corefile support this test # consumes too many resources - gigabytes worth of disk space and |