diff options
Diffstat (limited to 'test/lit/wasm-split')
-rw-r--r-- | test/lit/wasm-split/instrument-funcs.wast | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lit/wasm-split/instrument-funcs.wast b/test/lit/wasm-split/instrument-funcs.wast index 4b729aed2..1da68150d 100644 --- a/test/lit/wasm-split/instrument-funcs.wast +++ b/test/lit/wasm-split/instrument-funcs.wast @@ -15,14 +15,14 @@ ) ) -;; Check that a memory has been added -;; CHECK: (memory $0 1 1) - ;; Check that the counter and timestamps have been added ;; CHECK: (global $monotonic_counter (mut i32) (i32.const 0)) ;; CHECK: (global $bar_timestamp (mut i32) (i32.const 0)) ;; CHECK: (global $baz_timestamp (mut i32) (i32.const 0)) +;; Check that a memory has been added +;; CHECK: (memory $0 1 1) + ;; And the profiling function exported ;; CHECK: (export "__write_profile" (func $__write_profile)) |