blob: 1455c5ba01977bae15f585975d7cb5a577833bad [file] [log] [blame] [edit]
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// dart2wasmOptions=-O4 --no-strip-wasm --extra-compiler-option=-DTEST_COMPILATION_DIR=$TEST_COMPILATION_DIR
import 'source_map_simple_lib.dart' as Lib;
void main() {
Lib.testMain('source_map_simple_optimized', frameDetails);
}
const List<(String?, int?, int?, String?)?> frameDetails = [
('source_map_simple_lib.dart', 18, 3, 'g'),
];
/*
at <minified>.g (wasm://wasm/$-00088996:wasm-function[179]:0xd12b)
at <minified>._invokeMain (wasm://wasm/$-00088996:wasm-function[50]:0xa44e)
at InstantiatedApp.invokeMain (.../source_map_simple_optimized_test.mjs:309:37)
at main (.../run_wasm.js:428:21)
at async action (.../run_wasm.js:353:38)
at async eventLoop (.../run_wasm.js:329:9)
*/