Skip to content

Commit 1497cde

Browse files
Update testsimplifytemplate.cpp
1 parent b38abd4 commit 1497cde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testsimplifytemplate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6372,7 +6372,7 @@ class TestSimplifyTemplate : public TestFixture {
63726372
"class E<1,3> { "
63736373
"template < int ... I > "
63746374
"int f ( int n , std :: integer_sequence < int , I ... > ) { "
6375-
"return ( ( ( I == n ) ? : 0 ) + ... ) ; "
6375+
"return ( ( ( I == n ) ? ( 1 , 3 ) : 0 ) + ... ) ; "
63766376
"} "
63776377
"} ;";
63786378
ASSERT_EQUALS(expected, tok(code));

0 commit comments

Comments
 (0)