diff options
| author | bors <bors@rust-lang.org> | 2018-01-06 05:20:22 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-01-06 05:20:22 +0000 |
| commit | fdc6ca44c37e58be4064f44977515c66f4e07262 (patch) | |
| tree | 434c2f0c9041b1c72f014228a57c0f7ae36bd28a /src/test/debuginfo/function-arg-initialization.rs | |
| parent | 8d370ec908bf210266f1d9028a7c7a500cea45f0 (diff) | |
| parent | 0a24acda18056dd6bc4a5b8ec1897f5b34d283f4 (diff) | |
| download | rust-fdc6ca44c37e58be4064f44977515c66f4e07262.tar.gz rust-fdc6ca44c37e58be4064f44977515c66f4e07262.zip | |
Auto merge of #47155 - nerd2:debuginfo_test_fix, r=alexcrichton
Restore working debuginfo tests by trimming comments from non-header directive lines I noticed when adding a debuginfo test that nothing I did caused the test to fail. Tracing back this seems to have been caused by 3e6c83de1dc0a72df3663617d394a9e79641618d which broke parsing of the command/check lines, leaving all tests passing without any checking. This commit provides a basic (although still not very robust) restoration of tests and a should-fail test which checks the parser is running
Diffstat (limited to 'src/test/debuginfo/function-arg-initialization.rs')
| -rw-r--r-- | src/test/debuginfo/function-arg-initialization.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debuginfo/function-arg-initialization.rs b/src/test/debuginfo/function-arg-initialization.rs index 21fdc4e5e88..90088a0297a 100644 --- a/src/test/debuginfo/function-arg-initialization.rs +++ b/src/test/debuginfo/function-arg-initialization.rs @@ -9,7 +9,7 @@ // except according to those terms. // ignore-tidy-linelength - +// ignore-test // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155 // min-lldb-version: 310 // This test case checks if function arguments already have the correct value |
