diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-07-31 07:02:04 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-07-31 07:02:04 +0200 |
commit | c39b1a665114ad2a8231f0ea69f9c730cc434070 (patch) | |
tree | a03159f663962070345ba892ff8a67e8da9a6d35 /tests | |
parent | fd192780b998f46dac8d192ba68666bb5d8db73d (diff) |
Added a few forgotten references.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-Handles.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-Handles.cc b/tests/test-Handles.cc index c411c46..39c51e3 100644 --- a/tests/test-Handles.cc +++ b/tests/test-Handles.cc @@ -116,7 +116,7 @@ void SimpleTaskTest::Do() { IO<Input> i(new Input("SomeInexistantFile.txt")); i->open(); } - catch (ENoEnt e) { + catch (ENoEnt & e) { failed = true; } TAssert(failed); |