mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Initial checkin
This commit is contained in:
parent
c74712dad9
commit
078564ac9e
3242 changed files with 1616395 additions and 0 deletions
23
IDE/Tests/Test1/scripts/HotSwap_Data04.txt
Normal file
23
IDE/Tests/Test1/scripts/HotSwap_Data04.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
ShowFile("src/HotSwap_Data.bf")
|
||||
GotoText("//Test_Test04")
|
||||
ToggleBreakpoint()
|
||||
RunWithCompiling()
|
||||
|
||||
# Both of these interface will have the same slot number
|
||||
ToggleCommentAt("ClassC_IFaceB_WithComma")
|
||||
SetExpectError("collision error")
|
||||
Compile()
|
||||
ExpectError()
|
||||
|
||||
# Switching interfaces can work if there are no allocations, but this StepInto DOES have an allocation
|
||||
StepInto()
|
||||
ToggleCommentAt("ClassC_IFaceA")
|
||||
ToggleCommentAt("ClassC_IFaceB_WithComma")
|
||||
ToggleCommentAt("ClassC_IFaceB_WithoutComma")
|
||||
SetExpectError("data changes")
|
||||
Compile()
|
||||
ExpectError()
|
||||
|
||||
# But it should succeeed when were back out in Test() with no allocs
|
||||
StepOut()
|
||||
Compile()
|
Loading…
Add table
Add a link
Reference in a new issue