Skip to content

Commit

Permalink
Update version check
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Volzka <cjvolzka@us.ibm.com>
  • Loading branch information
cjvolzka committed Sep 11, 2023
1 parent ed14a49 commit ca5af9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mlir/driver/version.mlir
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// RUN: onnx-mlir --version | FileCheck %s

// CHECK: onnx-mlir version {{[0-9]+}}.{{[0-9]+}}.{{[0-9]+}}.{{[0-9]+}}, onnx version {{[0-9]+}}.{{[0-9]+}}.{{[0-9]+}}.{{[0-9]+}}
// CHECK: onnx-mlir version {{[0-9]+}}.{{[0-9]+}}.{{[0-9]+}}.{{[0-9]+}}, onnx version {{[0-9]+}}.{{[0-9]+}}.{{[0-9]+}}
// CHECK: LLVM version {{[0-9]+}}.{{[0-9]+}}.{{[0-9]+}}
// CHECK: {{[DEBUG|Optimized]}} build{{[ with assertions]*}}
// CHECK: Default target:
Expand Down

0 comments on commit ca5af9a

Please sign in to comment.