Fix some Ocaml tests: the %t substitution now returns an absolute path.
[oota-llvm.git] / test / Bindings / Ocaml / bitwriter.ml
index ef1c9ab722c86f5d4b9a195cd76ae88e91bd389d..8eb923ea32c730ab5b0fe723c5fdce5108640da2 100644 (file)
@@ -1,5 +1,5 @@
 (* RUN: %ocamlopt -warn-error A unix.cmxa llvm.cmxa llvm_bitwriter.cmxa %s -o %t
- * RUN: ./%t %t.bc
+ * RUN: %t %t.bc
  * RUN: llvm-dis < %t.bc | grep caml_int_ty
  *)