]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
add missing test from previous commit
authorLuca Bruno <lucabru@src.gnome.org>
Sun, 21 Jun 2015 13:41:48 +0000 (15:41 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Sun, 21 Jun 2015 13:41:48 +0000 (15:41 +0200)
tests/basic-types/bug643612.vala [new file with mode: 0644]

diff --git a/tests/basic-types/bug643612.vala b/tests/basic-types/bug643612.vala
new file mode 100644 (file)
index 0000000..470e1f1
--- /dev/null
@@ -0,0 +1,4 @@
+void main() {
+       int8 test1 = -128;
+       int8 test2 = +127;
+}
\ No newline at end of file