aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2/94_generic.expect
diff options
context:
space:
mode:
authorMatthias Gatto <uso.cosmo.ray@gmail.com>2017-07-25 17:57:47 +0200
committerMatthias Gatto <uso.cosmo.ray@gmail.com>2017-07-25 18:56:41 +0200
commit23064b17343b7222feae120c037cf43d196068da (patch)
tree11d33ee9c349c10762565e327cd10969fa20411a /tests/tests2/94_generic.expect
parenta4cd2805f95e1369254762478883e91050f2cba1 (diff)
downloadtinycc-23064b17343b7222feae120c037cf43d196068da.tar.gz
tinycc-23064b17343b7222feae120c037cf43d196068da.tar.bz2
check that _Generic match 'signed long int' as 'long'
Diffstat (limited to 'tests/tests2/94_generic.expect')
-rw-r--r--tests/tests2/94_generic.expect1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests2/94_generic.expect b/tests/tests2/94_generic.expect
index b75a7d1..9aa9275 100644
--- a/tests/tests2/94_generic.expect
+++ b/tests/tests2/94_generic.expect
@@ -10,3 +10,4 @@
3
4
long
+1 \ No newline at end of file