summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-07-31 07:02:04 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-07-31 07:02:04 +0200
commitc39b1a665114ad2a8231f0ea69f9c730cc434070 (patch)
treea03159f663962070345ba892ff8a67e8da9a6d35 /tests
parentfd192780b998f46dac8d192ba68666bb5d8db73d (diff)
Added a few forgotten references.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-Handles.cc2
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);