diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2014-02-07 21:22:47 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2014-02-07 21:22:47 -0500 |
| commit | 95d897c579621d92a17e9f0bc4edb3ffa24477c7 (patch) | |
| tree | a44559a4c434c32a346576e185a918abeea6c242 | |
| parent | 0c8ba5fe7fd0d0464e8984a311bd9107815c7b67 (diff) | |
| download | rust-95d897c579621d92a17e9f0bc4edb3ffa24477c7.tar.gz rust-95d897c579621d92a17e9f0bc4edb3ffa24477c7.zip | |
add a hack to fix debug-info tests under gdb 7.7
| -rw-r--r-- | src/test/debug-info/basic-types-metadata.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debug-info/basic-types-metadata.rs b/src/test/debug-info/basic-types-metadata.rs index 0e48b5db7ce..a67279254de 100644 --- a/src/test/debug-info/basic-types-metadata.rs +++ b/src/test/debug-info/basic-types-metadata.rs @@ -45,7 +45,7 @@ // debugger:whatis f64 // check:type = f64 // debugger:info functions _yyy -// check:[...]![...]_yyy()(); +// check:[...]![...]_yyy([...])([...]); // debugger:detach // debugger:quit |
