diff options
Diffstat (limited to 'test/lit/debug')
-rw-r--r-- | test/lit/debug/source-map-stop.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/debug/source-map-stop.wast b/test/lit/debug/source-map-stop.wast index 90bf739c1..d075d5686 100644 --- a/test/lit/debug/source-map-stop.wast +++ b/test/lit/debug/source-map-stop.wast @@ -1,7 +1,7 @@ ;; NOTE: Assertions have been generated by update_lit_checks.py and should not be edited. -;; RUN: wasm-opt %s -g -o %s.wasm -osm %s.wasm.map -;; RUN: wasm-opt %s.wasm -ism %s.wasm.map -S -o - | filecheck %s +;; RUN: wasm-opt %s -g -o %t.wasm -osm %t.wasm.map +;; RUN: wasm-opt %t.wasm -ism %t.wasm.map -S -o - | filecheck %s ;; Verify that writing to a source map and reading it back does not "smear" ;; debug info across adjacent instructions. The debug info in the output should |