diff options
| author | Pavlas, Zdenek <zden3k@gmail.com> | 2016-10-03 00:40:37 -0700 |
|---|---|---|
| committer | Pavlas, Zdenek <zden3k@gmail.com> | 2016-10-03 00:43:28 -0700 |
| commit | da63695cf3ee85dc4a2f914d278cf90873cd0052 (patch) | |
| tree | b99c9e6665646e2a3402eabcc8c9d21fd6131c6b /tests | |
| parent | c2ad11ac70b9ae2010eb63d5eaf77ede0168ca41 (diff) | |
| download | tinycc-da63695cf3ee85dc4a2f914d278cf90873cd0052.tar.gz tinycc-da63695cf3ee85dc4a2f914d278cf90873cd0052.tar.bz2 | |
switch: fix label sorting
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tcctest.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tcctest.c b/tests/tcctest.c index 9a4d0ef..5e9b07f 100644 --- a/tests/tcctest.c +++ b/tests/tcctest.c @@ -1554,6 +1554,9 @@ void switch_test() case 3: printf("b"); break; + case 0xc33c6b9fU: + case 0x7c9eeeb9U: + break; } } printf("\n"); |
