1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-11 04:52:21 +02:00
Beef/IDE/Tests/CompileFail001/scripts/CompileFail.txt

14 lines
238 B
Text
Raw Normal View History

2019-08-23 11:56:54 -07:00
ShowFile("src/Protection.bf")
WaitForResolve()
SleepTicks(20)
AssertFileErrors()
ShowFile("src/Cases.bf")
WaitForResolve()
SleepTicks(20)
AssertFileErrors()
ShowFile("src/LocalVars.bf")
WaitForResolve()
SleepTicks(20)
AssertFileErrors()