Skip to content

Commit 03ec40e

Browse files
committed
tests: remove duplicate tests from tests/wstring/len.bas
1 parent 0464e11 commit 03ec40e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/wstring/len.bas

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,10 @@ SUITE( fbc_tests.wstring_.len_ )
4848
do_test( !"bcd\u0065\u0066\u0067" )
4949
do_test( !"\u0063\u0064\u0065\u0065\u0067\u0068" )
5050

51-
do_test( LIT_A1 )
52-
do_test( LIT_W1 )
53-
do_test( LIT_W2 )
54-
do_test( LIT_W3 )
55-
5651
END_TEST
5752

5853
TEST( literal_const )
5954

60-
do_test( "abcdef" )
61-
do_test( wstr( "abcdef" ) )
62-
do_test( !"bcd\u0065\u0066\u0067" )
63-
do_test( !"\u0063\u0064\u0065\u0065\u0067\u0068" )
64-
6555
do_test( LIT_A1 )
6656
do_test( LIT_W1 )
6757
do_test( LIT_W2 )

0 commit comments

Comments
 (0)