aboutsummaryrefslogtreecommitdiff
path: root/modules/Internals/RegTests.pm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/Internals/RegTests.pm')
-rw-r--r--modules/Internals/RegTests.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Internals/RegTests.pm b/modules/Internals/RegTests.pm
index 8d74a10..434d8c1 100644
--- a/modules/Internals/RegTests.pm
+++ b/modules/Internals/RegTests.pm
@@ -4285,7 +4285,7 @@ sub testC()
$SOURCE2 .= "
int* testRegression(int *pointer, char const *name, ...) { return 0; }";
- runTests("libsample_c", "C", $HEADER1, $SOURCE1, $HEADER2, $SOURCE2, "OpaqueType", "internalTypeUse");
+ runTests("libsample_c", "C", $HEADER1, $SOURCE1, $HEADER2, $SOURCE2, "struct OpaqueType", "internalTypeUse");
}
sub runTests($$$$$$$$)