1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 12:02:21 +02:00
Beef/IDE/Tests/BugW008/scripts/Test.txt

15 lines
359 B
Text
Raw Permalink Normal View History

# This tests that comptime changes to generic passed extension constraints rebuilds dependencies
ShowFile("src/Program.bf")
GotoText("//End")
ToggleBreakpoint()
RunWithCompiling()
AssertEvalEquals("val", "1")
StopRunning()
ShowFile("src/Gen.bf")
ToggleCommentAt("Void")
ToggleCommentAt("String")
RunWithCompiling()
AssertEvalEquals("val", "2")
StopRunning()