From 033344235cf8eef8685a9b3141f86bcf91e43607 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 Jan 2018 16:59:31 -0600 Subject: tester/covoar/covoar.cc: Add missing throw keyword Why clang caught this and gcc didn't is a mystery. Updates #3191. --- tester/covoar/covoar.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } /* -- cgit v1.2.3