[OCaml] Llvm_target: fix typo (Int_val instead of Int64_val)
[oota-llvm.git] / test / ExecutionEngine / 2008-06-05-APInt-OverAShr.ll
index 07cc659cd0409b1e637f118f0b6d27eae8814fc4..349db69e4c63b085fdfa10d6186c941516087fda 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: lli -force-interpreter=true %s | grep 1
+; RUN: %lli -force-interpreter=true %s | FileCheck %s
+; CHECK: 1
 
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
 target triple = "i686-pc-linux-gnu"