summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-01-02 16:59:31 -0600
committerJoel Sherrill <joel@rtems.org>2018-01-02 16:59:31 -0600
commit033344235cf8eef8685a9b3141f86bcf91e43607 (patch)
tree3efb8a6b3283070af8d3d3737123a9dccd1662b3
parenttester/covoar/covoar.cc: Exit using exit() rather than just throwing. (diff)
downloadrtems-tools-033344235cf8eef8685a9b3141f86bcf91e43607.tar.bz2
tester/covoar/covoar.cc: Add missing throw keyword
Why clang caught this and gcc didn't is a mystery. Updates #3191.
-rw-r--r--tester/covoar/covoar.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/covoar/covoar.cc b/tester/covoar/covoar.cc
index ef1dc79..c36b00a 100644
--- a/tester/covoar/covoar.cc
+++ b/tester/covoar/covoar.cc
@@ -175,7 +175,7 @@ int main(
*/
if ( !target ) {
option = "target -T";
- option;
+ throw option;
}
/*