Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Fix gschema-compile tests for --schema-files changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hadess committed Apr 21, 2010
1 parent 1c2aea7 commit e63a1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gio/tests/gschema-compile.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test_schema (gpointer data)
gchar *argv[] = {
"../gschema-compile",
"--dry-run",
"--one-schema-file", path,
"--schema-files", path,
(gchar *)test->opt,
NULL
};
Expand Down

0 comments on commit e63a1a3

Please sign in to comment.