Browse Source

adjusted test pointer_01 to use framework

Ronny Otto 11 years ago
parent
commit
452406e69c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      tests/framework/language/pointer_01.bmx

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

@@ -3,8 +3,7 @@ Rem
 	- if function pointers are possible
 	- if function pointers are possible
 End Rem
 End Rem
 SuperStrict
 SuperStrict
-
-Import BRL.StandardIO
+Framework BRL.StandardIO
 
 
 
 
 Type MyType
 Type MyType