Lines Matching refs:unscoped_info
143 static void unscoped_info( T msg ) { in unscoped_info() function
148 unscoped_info( "this should NOT be seen" );
149 unscoped_info( "this also should NOT be seen" );
157 unscoped_info( "this MAY be seen IF info is printed for passing assertions" );
162 unscoped_info( "this SHOULD be seen" );
163 unscoped_info( "this SHOULD also be seen" );
165 unscoped_info( "but this should NOT be seen" );
169 …unscoped_info( "this MAY be seen only for the FIRST assertion IF info is printed for passing asser…
171 …unscoped_info( "this MAY be seen only for the SECOND assertion IF info is printed for passing asse…
173 unscoped_info( "this SHOULD be seen" );
178 unscoped_info( "this SHOULD be seen only ONCE" );
181 unscoped_info( "this MAY also be seen only ONCE IF info is printed for passing assertions" );
189 unscoped_info(i);
195 unscoped_info(i);
202 unscoped_info("unscoped info");