declare meta-predicate call arguments (Paulo Moura).

This commit is contained in:
Vitor Santos Costa
2010-04-22 20:45:57 +01:00
parent 49c783cc10
commit 3cb5e57833
6 changed files with 89 additions and 79 deletions

View File

@@ -19,4 +19,9 @@ test(read, [ setup(create_file(Tmp)),
read_file_to_terms(Tmp, Terms, []),
Terms =@= [hello(_)].
%:- end_tests(read).
:- end_tests(read).
:- trace,run_tests.