aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/ael/ael-test/ael-ntest23/t1/c.ael
diff options
context:
space:
mode:
Diffstat (limited to 'pbx/ael/ael-test/ael-ntest23/t1/c.ael')
-rw-r--r--pbx/ael/ael-test/ael-ntest23/t1/c.ael13
1 files changed, 0 insertions, 13 deletions
diff --git a/pbx/ael/ael-test/ael-ntest23/t1/c.ael b/pbx/ael/ael-test/ael-ntest23/t1/c.ael
deleted file mode 100644
index d18eb7677..000000000
--- a/pbx/ael/ael-test/ael-ntest23/t1/c.ael
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-context c()
-{
- 567 => NoOp(hi there, c);
-}
-
-#include "t2/*.ael"
-
-context w()
-{
- 890 => NoOp(hi there, w);
-}