Skip to content

Commit

Permalink
extended test
Browse files Browse the repository at this point in the history
  • Loading branch information
qno committed Apr 26, 2019
1 parent 1f3d513 commit f9651f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test_package/osdialogtest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@

int main() {

char* pattern = "pattern";
char* filter = "filter";

osdialog_filter_patterns dialogPattern = {pattern, nullptr};
osdialog_filters dialogFilter = {filter, &dialogPattern, nullptr};

return 0;
}

0 comments on commit f9651f1

Please sign in to comment.