From: Luca Bruno Date: Sun, 21 Jun 2015 13:41:48 +0000 (+0200) Subject: add missing test from previous commit X-Git-Tag: 0.29.2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc94a6e2747da7aae38923f0deeea6765fc315f1;p=thirdparty%2Fvala.git add missing test from previous commit --- diff --git a/tests/basic-types/bug643612.vala b/tests/basic-types/bug643612.vala new file mode 100644 index 000000000..470e1f1e7 --- /dev/null +++ b/tests/basic-types/bug643612.vala @@ -0,0 +1,4 @@ +void main() { + int8 test1 = -128; + int8 test2 = +127; +} \ No newline at end of file