1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Revert "print_backtrace_skipping_top_frames: Implementation for MSVC "

This reverts commit d1e7a54f3a.
This commit is contained in:
Alexander Medvednikov
2019-11-10 20:01:19 +03:00
parent fdf6682254
commit ffa9646749
7 changed files with 46 additions and 226 deletions

View File

@ -1,11 +0,0 @@
/*
Test for backtrace capability
*/
fn a_method() {
print_backtrace()
}
fn test_backtrace() {
a_method()
//panic('hi')
}