Skip to content

Commit

Permalink
test(cpp): extend tests for vars filter
Browse files Browse the repository at this point in the history
  • Loading branch information
w4bremer committed Jun 7, 2023
1 parent 4635001 commit e4dcffe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/gen/filters/filtercpp/cpp_vars_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ func TestVars(t *testing.T) {
{"test", "Test3", "opIntArray", "param1"},
{"test", "Test3", "opFloatArray", "param1"},
{"test", "Test3", "opStringArray", "param1"},
{"test", "Test3", "op_Bool", "param_Bool"},
{"test", "Test3", "op_bool", "param_bool"},
{"test", "Test3", "op_1", "param_1"},
}
syss := loadTestSystems(t)
for _, sys := range syss {
Expand Down

0 comments on commit e4dcffe

Please sign in to comment.