summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/FrontendC++/msasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC++/msasm.cpp b/llvm/test/FrontendC++/msasm.cpp
index 18375bdf34f..d8d1f378618 100644
--- a/llvm/test/FrontendC++/msasm.cpp
+++ b/llvm/test/FrontendC++/msasm.cpp
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -fasm-blocks -S -o - | FileCheck %s
+// RUN: %llvmgxx %s -fasm-blocks -S -o - | FileCheck %s
// Complicated expression as jump target
// XFAIL: *
// XTARGET: x86,i386,i686
OpenPOWER on IntegriCloud