diff options
| author | Michael Woerister <michaelwoerister@gmail> | 2013-09-06 16:00:08 +0200 | 
|---|---|---|
| committer | Michael Woerister <michaelwoerister@gmail> | 2013-09-10 16:25:19 +0200 | 
| commit | 93d6328d49e07f8c0ad98f5925c575d9c1b1cc9b (patch) | |
| tree | d22884589d9b884e432e5c78c50b265908222bab /src/test/debug-info/static-method-on-struct-and-enum.rs | |
| parent | 382cb500be6c9927805bd9cd7af6a0558333dd0f (diff) | |
| download | rust-93d6328d49e07f8c0ad98f5925c575d9c1b1cc9b.tar.gz rust-93d6328d49e07f8c0ad98f5925c575d9c1b1cc9b.zip | |
debuginfo: Support for namespaces (functions only)
Diffstat (limited to 'src/test/debug-info/static-method-on-struct-and-enum.rs')
| -rw-r--r-- | src/test/debug-info/static-method-on-struct-and-enum.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/test/debug-info/static-method-on-struct-and-enum.rs b/src/test/debug-info/static-method-on-struct-and-enum.rs index 5cf0bbdc8cf..0d1ce28094a 100644 --- a/src/test/debug-info/static-method-on-struct-and-enum.rs +++ b/src/test/debug-info/static-method-on-struct-and-enum.rs @@ -9,7 +9,7 @@ // except according to those terms. // compile-flags:-Z extra-debug-info -// debugger:break zzz +// debugger:rbreak zzz // debugger:run // STRUCT | 
