diff --git a/chamsin/src/tests/AnalogicTest.cpp b/chamsin/src/tests/AnalogicTest.cpp index 5cdc238d..933743bc 100644 --- a/chamsin/src/tests/AnalogicTest.cpp +++ b/chamsin/src/tests/AnalogicTest.cpp @@ -18,9 +18,9 @@ int main() { TrMos* trmos = TrMos::create(workLibrary, Name("MosTr")); exit(0); } catch (Hurricane::Warning& w) { - cerr << w.What() << endl; + cerr << w.what() << endl; } catch (Hurricane::Error& e) { - cerr << e.What() << endl; + cerr << e.what() << endl; exit (1); } catch (...) { cout << "Abnormal termination\n" << endl;