From 77c1bfbb3b4d88dfcf92b77791fe170899d84b85 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Thu, 7 Mar 2019 09:53:03 +0000 Subject: Renamed %llvmgcc and %llvmgxx to %clang and %clangxx respectively. --- test/regression/2017-02-21-pathOS-id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/regression/2017-02-21-pathOS-id.c') diff --git a/test/regression/2017-02-21-pathOS-id.c b/test/regression/2017-02-21-pathOS-id.c index 9be321de..b6ee269a 100644 --- a/test/regression/2017-02-21-pathOS-id.c +++ b/test/regression/2017-02-21-pathOS-id.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -emit-llvm -g %O0opt -c -o %t.bc +// RUN: %clang %s -emit-llvm -g %O0opt -c -o %t.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out -write-paths %t.bc 2> %t.log // RUN: cat %t.klee-out/test000001.path | wc -l | grep -q 1 -- cgit 1.4.1