Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwight Guth committed Jun 17, 2024
1 parent 31ec364 commit ed3cd94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/defn/compute-ordinal-loc/definition.kore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// RUN: %compute-ordinal $(cat %S/line_number_rule) --k-line > %t0
// RUN: %compute-loc $(cat %t0) --k-line | diff - %S/line_number_rule
// RUN: %compute-loc $(cat %t0) > %t1
// RUN: %compute-ordinal $(cat %t1) | diff - %t0
// RUN: %compute-loc $(cat %t0) | awk -F ':' '{print $2}' | diff - %S/line_number_rule
// RUN: %compute-loc $(cat %t0) --kore-line > %t1
// RUN: %compute-ordinal $(cat %t1 | awk -F ':' '{print $2}') | diff - %t0

[topCellInitializer{}(LblinitGeneratedTopCell{}()), org'Stop'kframework'Stop'attributes'Stop'Source{}("Source(/home/robertorosmaninho/rv/k/llvm-backend/src/main/native/llvm-backend/temp/inc.k)")]

Expand Down
1 change: 1 addition & 0 deletions test/defn/compute-ordinal-loc/source
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/home/robertorosmaninho/rv/k/llvm-backend/src/main/native/llvm-backend/temp/inc.k:

0 comments on commit ed3cd94

Please sign in to comment.