summaryrefslogtreecommitdiffstats
path: root/src/CBot/tests/scenarios/tt.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CBot/tests/scenarios/tt.txt')
-rw-r--r--src/CBot/tests/scenarios/tt.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/CBot/tests/scenarios/tt.txt b/src/CBot/tests/scenarios/tt.txt
deleted file mode 100644
index cd13c9d..0000000
--- a/src/CBot/tests/scenarios/tt.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-extern public void T() { T1(); }
-
-public void T1()
-{
- show( "T1" );
- T2();
-}
-
-public void T2()
-{
- show( "T2" );
-} \ No newline at end of file