summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/trivial-constructor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/trivial-constructor.cpp')
-rw-r--r--test/SemaCXX/trivial-constructor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/trivial-constructor.cpp b/test/SemaCXX/trivial-constructor.cpp
index 8fc14d9..494d1ec 100644
--- a/test/SemaCXX/trivial-constructor.cpp
+++ b/test/SemaCXX/trivial-constructor.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s -std=c++0x
+// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++0x
struct T1 {
};
static_assert(__has_trivial_constructor(T1), "T1 has trivial constructor!");
OpenPOWER on IntegriCloud