Skip to content

Commit c217405

Browse files
committed
Revise tlm packet unit tests
1 parent 7876bb5 commit c217405

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
namespace N {
2+
3+
typedef int TopologyState;
4+
5+
}

compiler/tools/fpp-to-cpp/test/top/check-cpp-dir/TlmPackets/check

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dir=`cd ../..; echo $PWD`
1111
tops="
1212
<NoInstances>
1313
<OneInstance>
14+
<TwoInstances>
1415
"
1516

1617
echo ' generating C++'

0 commit comments

Comments
 (0)