diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2018-07-22 10:50:33 +0200 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-07-22 10:50:33 +0200 |
commit | c220c1f8a0d20e6afdfbe7b0ef9da641f945e620 (patch) | |
tree | 6cddf42b54c34a20cb1aad4bfabfac22c0660f0f /tests/scanner/Regress-1.0-sections-expected.txt | |
parent | b0404c1ac152d71934c211b572a34ad8a1d896e0 (diff) | |
download | gobject-introspection-c220c1f8a0d20e6afdfbe7b0ef9da641f945e620.tar.gz |
Fix scanner tests for new functions added with !32
These tests only get run with autotools atm
Diffstat (limited to 'tests/scanner/Regress-1.0-sections-expected.txt')
-rw-r--r-- | tests/scanner/Regress-1.0-sections-expected.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0-sections-expected.txt b/tests/scanner/Regress-1.0-sections-expected.txt index a9abd20f..b7aa62f2 100644 --- a/tests/scanner/Regress-1.0-sections-expected.txt +++ b/tests/scanner/Regress-1.0-sections-expected.txt @@ -331,6 +331,7 @@ regress_test_inherit_drawable_get_size <TITLE>RegressTestInterface</TITLE> RegressTestInterface RegressTestInterfaceIface +regress_test_interface_emit_signal <SECTION> <FILE>regress-test-obj</FILE> @@ -340,6 +341,7 @@ RegressTestObjClass regress_test_obj_do_matrix regress_test_obj_emit_sig_with_array_len_prop regress_test_obj_emit_sig_with_foreign_struct +regress_test_obj_emit_sig_with_inout_int regress_test_obj_emit_sig_with_int64 regress_test_obj_emit_sig_with_obj regress_test_obj_emit_sig_with_uint64 |