tests(test/lean): remove 'Importing...' message, the tests using the Import command fail when running on a different machine

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-12-24 12:15:18 -08:00
parent de018220e1
commit 879ab6924a
8 changed files with 0 additions and 10 deletions

View file

@ -2255,8 +2255,6 @@ class parser::imp {
return;
}
try {
if (m_verbose)
regular(m_io_state) << "Importing file '" << fname << "'" << endl;
parser import_parser(m_env, m_io_state, in, m_script_state, true /* use exceptions */, false /* not interactive */);
import_parser();
} catch (interrupted &) {

View file

@ -1,6 +1,5 @@
Set: pp::colors
Set: pp::unicode
Importing file '/home/leo/projects/lean/build/debug/shell/cast.lean'
Assumed: cast
Assumed: CastEq
Assumed: CastApp

View file

@ -1,6 +1,5 @@
Set: pp::colors
Set: pp::unicode
Importing file '/home/leo/projects/lean/build/debug/shell/cast.lean'
Assumed: cast
Assumed: CastEq
Assumed: CastApp

View file

@ -1,6 +1,5 @@
Set: pp::colors
Set: pp::unicode
Importing file '/home/leo/projects/lean/build/debug/shell/cast.lean'
Assumed: cast
Assumed: CastEq
Assumed: CastApp

View file

@ -1,6 +1,5 @@
Set: pp::colors
Set: pp::unicode
Importing file '/home/leo/projects/lean/build/debug/shell/cast.lean'
Assumed: cast
Assumed: CastEq
Assumed: CastApp

View file

@ -1,9 +1,7 @@
Set: pp::colors
Set: pp::unicode
Importing file './simple.lean'
Assumed: x
Assumed: y
Importing file './simple.lean'
Assumed: x
Assumed: y
x + y :

View file

@ -1,6 +1,5 @@
Set: pp::colors
Set: pp::unicode
Importing file '/home/leo/projects/lean/build/debug/shell/cast.lean'
Assumed: cast
Assumed: CastEq
Assumed: CastApp

View file

@ -1,6 +1,5 @@
Set: pp::colors
Set: pp::unicode
Importing file '/home/leo/projects/lean/build/debug/shell/cast.lean'
Assumed: cast
Assumed: CastEq
Assumed: CastApp