Skip to content

Commit

Permalink
Add missing parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinH committed Apr 19, 2024
1 parent 7bebf87 commit 18fb9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/pegtl/internal_mmap_input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace TAO_PEGTL_NAMESPACE
{
void unit_test()
{
const internal::mmap_input in( "src/test/pegtl/data/duseltronik.txt" );
const internal::mmap_input< char > in( "src/test/pegtl/data/duseltronik.txt" );
const std::string data( in.start(), in.end() );
TAO_PEGTL_TEST_ASSERT( data == "duseltronik" );
}
Expand Down

0 comments on commit 18fb9d0

Please sign in to comment.