summaryrefslogtreecommitdiff
path: root/test/LLVMC/NoActions.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/LLVMC/NoActions.td')
-rw-r--r--test/LLVMC/NoActions.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/NoActions.td b/test/LLVMC/NoActions.td
index a80bcfe6ce..1bc1c0268f 100644
--- a/test/LLVMC/NoActions.td
+++ b/test/LLVMC/NoActions.td
@@ -1,7 +1,7 @@
// Check that tools without associated actions are accepted.
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
// RUN: FileCheck -input-file %t %s
-// RUN: %compile_cxx -fexceptions -x c++ %t
+// RUN: %compile_cxx -x c++ %t
// XFAIL: vg_leak
include "llvm/CompilerDriver/Common.td"