aboutsummaryrefslogtreecommitdiff
path: root/test/Bindings/Ocaml/executionengine.ml
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-08-20 14:20:17 +0000
committerBob Wilson <bob.wilson@apple.com>2010-08-20 14:20:17 +0000
commit2a7d731828ab87bba42f7ecac8db509646cd2cdd (patch)
tree6035424c7f9754e59fa8e67b9e01a98965ce8cd7 /test/Bindings/Ocaml/executionengine.ml
parent8d854a4f7e790fafb72640f093f6f15f49fe5e70 (diff)
Fix some Ocaml tests: the %t substitution now returns an absolute path.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111623 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bindings/Ocaml/executionengine.ml')
-rw-r--r--test/Bindings/Ocaml/executionengine.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Bindings/Ocaml/executionengine.ml b/test/Bindings/Ocaml/executionengine.ml
index 2caeb82aac..6b28f63d1e 100644
--- a/test/Bindings/Ocaml/executionengine.ml
+++ b/test/Bindings/Ocaml/executionengine.ml
@@ -1,5 +1,5 @@
(* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_target.cmxa llvm_executionengine.cmxa %s -o %t
- * RUN: ./%t %t.bc
+ * RUN: %t %t.bc
*)
open Llvm