Procházet zdrojové kódy

Merge pull request #387 from HurryStarfish/patch-1

Framework for ifthen_01 test
Brucey před 6 roky
rodič
revize
c65f1dc7b3
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      tests/framework/language/ifthen_01.bmx

+ 2 - 1
tests/framework/language/ifthen_01.bmx

@@ -1,4 +1,5 @@
 SuperStrict
+Framework BRL.StandardIO
 
 Local i:Int = 0
 If i = 0 Then
@@ -50,4 +51,4 @@ EndIf
 Function testme:int()
 EndFunction
 
-If Not testme() End
+If Not testme() End