about summary refs log tree commit diff homepage
path: root/test/CXX/LandingPad.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CXX/LandingPad.cpp')
-rw-r--r--test/CXX/LandingPad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/LandingPad.cpp b/test/CXX/LandingPad.cpp
index 1b0c0f30..3abdfb0f 100644
--- a/test/CXX/LandingPad.cpp
+++ b/test/CXX/LandingPad.cpp
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx %s -emit-llvm -c -o %t1.bc
+// RUN: %xxclang %s -emit-llvm -c -o %t1.bc
 // RUN: rm -rf %t.klee-out
 // RUN: klee --output-dir=%t.klee-out %t1.bc 2>&1 | FileCheck %s