diff options
| author | Neil <devnull@localhost> | 2015-12-15 21:37:18 +1100 |
|---|---|---|
| committer | Neil <devnull@localhost> | 2015-12-15 21:37:18 +1100 |
| commit | 6c9565b07a123e815acb0acffb6f269119cb77cc (patch) | |
| tree | 8ba18d653e833b1cd4fbb600008271488ff2db64 /test | |
| parent | cc984ff6b1eaa5a653a85b3dfbb712363170bfec (diff) | |
| download | scintilla-mirror-6c9565b07a123e815acb0acffb6f269119cb77cc.tar.gz | |
Minor cleanups for GObject introspection.
Avoid doc-comment in header as they are interpreted by g-ir-scanner, fix a typo,
remove empty lines, add to change log.
Diffstat (limited to 'test')
| -rw-r--r-- | test/gi/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gi/makefile b/test/gi/makefile index 44277fbbc..cf7522303 100644 --- a/test/gi/makefile +++ b/test/gi/makefile @@ -36,7 +36,7 @@ clean: $(MAKE) -C ../../gtk clean test: Scintilla-0.1.gir - @echo Verifing Scintilla-0.1.gir file + @echo Verifying Scintilla-0.1.gir file @diff $^.good $^ || (echo "GIR FILE MISMATCH!"; exit 1) @echo Launching gi-test.py python program GI_TYPELIB_PATH=$(PWD) LD_LIBRARY_PATH=$(PWD) \ |
