mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-22 04:43:53 +00:00
tests/invalid/any_to_ground_in_ite_cond_nomax.m:
Add C# and Java foreign_procs next to a C foreign_proc.
tests/invalid/bad_fact_table_data.err_exp2:
Add the expected output for this test case in grades that
do not support fact tables.
tests/invalid/bad_fact_table_data.m:
Document which expected output files is expected to be matched
in which bootchecks.
13 lines
730 B
Plaintext
13 lines
730 B
Plaintext
bad_fact_table_data.m:036: Error: no clauses for predicate `table_x'/3.
|
|
fact_table_data_file_x:002: Error: fact has wrong number of arguments. Expected
|
|
fact_table_data_file_x:002: 3 arguments, got 4.
|
|
fact_table_data_file_x:003: Error: clause is not for predicate `table_x'/3.
|
|
fact_table_data_file_x:004: Type error in argument 2: expected a float, got
|
|
fact_table_data_file_x:004: `"a"'.
|
|
fact_table_data_file_x:004: Type error in argument 3: expected a string, got
|
|
fact_table_data_file_x:004: `1.0'.
|
|
fact_table_data_file_x:005: Type error in argument 2: expected a float, got
|
|
fact_table_data_file_x:005: `a'.
|
|
fact_table_data_file_x:005: Type error in argument 3: expected a string, got
|
|
fact_table_data_file_x:005: `1.0'.
|