Remove duplicated test for #1027

This commit is contained in:
Martin Hořeňovský
2020-05-03 09:58:46 +02:00
parent 68061bbed4
commit 33c58dad41
11 changed files with 15 additions and 88 deletions

View File

@@ -4,10 +4,6 @@ ok {test-number} - with 1 message: 'yay'
ok {test-number} - fptr == 0 for: 0 == 0
# #1005: Comparing pointer to int and long (NULL can be either on various systems)
ok {test-number} - fptr == 0l for: 0 == 0
# #1027
ok {test-number} - y.v == 0 for: 0 == 0
# #1027
ok {test-number} - 0 == y.v for: 0 == 0
# #1027: Bitfields can be captured
ok {test-number} - y.v == 0 for: 0 == 0
# #1027: Bitfields can be captured
@@ -3820,5 +3816,5 @@ ok {test-number} - q3 == 23. for: 23.0 == 23.0
ok {test-number} -
# xmlentitycheck
ok {test-number} -
1..1906
1..1904