source:
trunk/t3q-examples/checkTestControlModuleContainmentCheck/checkTestControlModuleContainmentGood.ttcn3
@
22
Last change on this file since 22 was 4, checked in by phdmakk, 14 years ago | |
---|---|
File size: 177 bytes |
Line | |
---|---|
1 | module checkTestControlModuleContainmentGood { |
2 | import from LibCommon_time all; |
3 | |
4 | // good module, only control part |
5 | |
6 | group g_1{ |
7 | |
8 | } |
9 | |
10 | control { |
11 | |
12 | } |
13 | |
14 | } |
Note: See TracBrowser
for help on using the repository browser.