diff options
Diffstat (limited to 'Tests/SourcesProperty/main.cpp')
-rw-r--r-- | Tests/SourcesProperty/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SourcesProperty/main.cpp b/Tests/SourcesProperty/main.cpp index ae4f305..33a97f4 100644 --- a/Tests/SourcesProperty/main.cpp +++ b/Tests/SourcesProperty/main.cpp @@ -3,5 +3,5 @@ int main(int argc, char** argv) { - return iface(); + return iface() + prop(); } |