source:
trunk/t3q-examples/checkTestControlModuleContainmentCheck/checkTestControlModuleContainmentGood.ttcn3
@
15
Last change on this file since 15 was 4, checked in by phdmakk, 14 years ago | |
---|---|
File size: 177 bytes |
Rev | Line | |
---|---|---|
[4] | 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.