diff options
Diffstat (limited to 'Tests/Wrapping')
-rw-r--r-- | Tests/Wrapping/vtkExcluded.h | 2 | ||||
-rw-r--r-- | Tests/Wrapping/vtkIncluded.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Wrapping/vtkExcluded.h b/Tests/Wrapping/vtkExcluded.h index e69de29..835f61a 100644 --- a/Tests/Wrapping/vtkExcluded.h +++ b/Tests/Wrapping/vtkExcluded.h @@ -0,0 +1,2 @@ +// A comment +// Another comment diff --git a/Tests/Wrapping/vtkIncluded.h b/Tests/Wrapping/vtkIncluded.h index e69de29..a1c4aba 100644 --- a/Tests/Wrapping/vtkIncluded.h +++ b/Tests/Wrapping/vtkIncluded.h @@ -0,0 +1,2 @@ +// A comment +// Another comment (force coverage) |