summaryrefslogtreecommitdiffstats
path: root/src/CBot/tests/scenarios/POS.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CBot/tests/scenarios/POS.txt')
-rw-r--r--src/CBot/tests/scenarios/POS.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/CBot/tests/scenarios/POS.txt b/src/CBot/tests/scenarios/POS.txt
deleted file mode 100644
index 688e4fb..0000000
--- a/src/CBot/tests/scenarios/POS.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-void object :: T ( )
-{
- show ( position ) ;
-}
-
-public extern void object :: POS()
-{
- for ( int i = 0; i < 10 ; i++ )
- {
- if ( i == 2 ) TEST ( 12 ) ;
-// show ( position );
- T ( ) ;
- }
-} \ No newline at end of file