mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-26 11:38:02 +02:00
Improvements to Win32 'using' field debugging
This commit is contained in:
parent
1a0e28af92
commit
b5b72df36a
3 changed files with 18 additions and 6 deletions
|
@ -4,6 +4,10 @@ ToggleBreakpoint()
|
|||
RunWithCompiling()
|
||||
|
||||
AssertEvalEquals("v0.x", "123")
|
||||
AssertEvalEquals("v0.GetX()", "123")
|
||||
AssertEvalEquals("v1.x", "345")
|
||||
|
||||
# Temporarily broken in LLVM
|
||||
if (platform != "Win64") Stop()
|
||||
|
||||
AssertEvalEquals("v0.GetX()", "123")
|
||||
AssertEvalEquals("v1.GetX()", "345")
|
Loading…
Add table
Add a link
Reference in a new issue