Sfoglia il codice sorgente

Added missing framework

HurryStarfish 6 anni fa
parent
commit
9e97df35b3
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      tests/framework/language/ifthen_01.bmx

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

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