diff options
Diffstat (limited to 'test/Driver/dragonfly.c')
-rw-r--r-- | test/Driver/dragonfly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/dragonfly.c b/test/Driver/dragonfly.c index 2eb3b18..d7b954d 100644 --- a/test/Driver/dragonfly.c +++ b/test/Driver/dragonfly.c @@ -1,4 +1,4 @@ -// RUN: clang -ccc-host-triple amd64-pc-dragonfly %s -### 2> %t.log +// RUN: %clang -ccc-host-triple amd64-pc-dragonfly %s -### 2> %t.log // RUN: FileCheck -input-file %t.log %s // CHECK: clang{{.*}}" "-cc1" "-triple" "amd64-pc-dragonfly" |