1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00
Beef/IDE/Tests/Test1/scripts/HotSwap_BaseChange02.txt

14 lines
276 B
Text
Raw Normal View History

2019-08-23 11:56:54 -07:00
ShowFile("src/HotSwap_BaseChange.bf")
GotoText("//Test_Start")
ToggleBreakpoint()
RunWithCompiling()
ToggleCommentAt("ClassC_3")
ToggleCommentAt("DoTest3_Body")
SetExpectError("Too many arguments")
Compile()
ToggleCommentAt("ClassC_3")
ToggleCommentAt("ClassC_1")
Compile()