mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-30 19:22:28 +00:00 
			
		
		
		
	Typo
This commit is contained in:
		
							parent
							
								
									e22a67c12c
								
							
						
					
					
						commit
						1188e6df47
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -72,7 +72,7 @@ struct z3_replayer::imp { | |||
|     void check_arg(unsigned pos, value_kind k) const { | ||||
|         if (pos >= m_args.size()) { | ||||
|             TRACE("z3_replayer", tout << "too few arguments " << m_args.size() << " expecting " << kind2string(k) << "\n";); | ||||
|             throw z3_replayer_exception("invalid argument reference2"); | ||||
|             throw z3_replayer_exception("invalid argument reference"); | ||||
|         } | ||||
|         if (m_args[pos].m_kind != k) { | ||||
|             std::stringstream strm; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue