File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -303,6 +303,7 @@ const RUST_HANDLED_COMMANDS: &[&str] = &[
303303 "proxy" ,
304304 "verify" ,
305305 "learn" ,
306+ "gcc" ,
306307] ;
307308
308309fn compile_filter ( name : String , def : TomlFilterDef ) -> Result < CompiledFilter , String > {
@@ -1610,8 +1611,8 @@ match_command = "^make\\b"
16101611 let filters = make_filters ( BUILTIN_TOML ) ;
16111612 assert_eq ! (
16121613 filters. len( ) ,
1613- 58 ,
1614- "Expected exactly 58 built-in filters, got {}. \
1614+ 57 ,
1615+ "Expected exactly 57 built-in filters, got {}. \
16151616 Update this count when adding/removing filters in src/filters/.",
16161617 filters. len( )
16171618 ) ;
@@ -1671,8 +1672,8 @@ expected = "output line 1\noutput line 2"
16711672 // All 58 existing filters still present + 1 new = 59
16721673 assert_eq ! (
16731674 filters. len( ) ,
1674- 59 ,
1675- "Expected 59 filters after concat (58 built-in + 1 new)"
1675+ 58 ,
1676+ "Expected 58 filters after concat (58 built-in + 1 new)"
16761677 ) ;
16771678
16781679 // New filter is discoverable
You can’t perform that action at this time.
0 commit comments