1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-15 23:04:09 +02:00
Beef/IDE/Tests/BugW003/scripts/Test.txt

14 lines
242 B
Text
Raw Normal View History

2020-05-19 09:08:13 -07:00
# This test ensures we can remove a project, properly fail, and then compile without it
ShowFile("src/Program.bf")
Compile()
RemoveProject("SDL2")
WaitForResolve()
SleepTicks(20)
AssertFileErrors()
ToggleCommentAt("Main_Start")
Compile()